https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5095
Stig Bjørlykke <stig@xxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stig@xxxxxxxxxxxxx
--- Comment #1 from Stig Bjørlykke <stig@xxxxxxxxxxxxx> 2010-08-10 05:56:19 PDT ---
I get some warnings when trying to compile:
cc1: warnings being treated as errors
packet-etch.c: In function 'add_symbols_of_file':
packet-etch.c:273: warning: unused variable 'lineCnt'
packet-etch.c: In function 'read_length':
packet-etch.c:392: warning: comparison is always true due to limited range of
data type
packet-etch.c: In function 'read_value':
packet-etch.c:556: warning: comparison is always true due to limited range of
data type
packet-etch.c: In function 'read_key_value':
packet-etch.c:623: warning: format not a string literal and no format arguments
packet-etch.c: In function 'get_column_info':
packet-etch.c:649: warning: unused variable 'len'
packet-etch.c:645: warning: unused variable 'count'
packet-etch.c: In function 'get_etch_message_len':
packet-etch.c:735: warning: unused parameter 'pinfo'
packet-etch.c: In function 'dissect_etch':
packet-etch.c:762: warning: passing argument 7 of 'tcp_dissect_pdus' from
incompatible pointer type
packet-etch.c: In function 'proto_register_etch':
packet-etch.c:920: warning: passing argument 2 of 'register_dissector' from
incompatible pointer type
packet-etch.c: In function 'proto_reg_handoff_etch':
packet-etch.c:938: warning: passing argument 1 of 'create_dissector_handle'
from incompatible pointer type
make[5]: *** [libdissectors_la-packet-etch.lo] Error 1
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.