https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7014
Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexis.lagoutte@xxxxxxxxx
--- Comment #1 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2012-04-02 00:49:16 PDT ---
Hi,
The code don't compile under Linux (Missing L in HFILL line 1721)
There is also some GCC/Clang Warning :
packet-openwire.c:741:22: warning: variable 'type_item' set but not used
[-Wunused-but-set-variable]
packet-openwire.c:1357:29: warning: variable 'cache_enabled' set but not used
[-Wunused-but-set-variable]
packet-openwire.c:1315:13: warning: variable 'iLength' set but not used
[-Wunused-but-set-variable]
The checkhf script reports a unused hf_ entry (minor, but does that
point out bugs or just future work?)
proto_tree_add_item()'s last argument should no longer be TRUE/FALSE but
ENC_*. tools/fix-encoding-args.pl will help fix that for you.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.