https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3937
Summary: trunk code compiling error(warnings)
Product: Wireshark
Version: SVN
Platform: All
OS/Version: Linux (other)
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: dragonlinux@xxxxxxxxx
Build Information:
build error with gcc 4.4.1
--
1.
packet-tpncp.c: In function ‘init_tpncp_data_fields_info’:
packet-tpncp.c:673: warning: ‘hf_entr.hfinfo.ref_count’ may be used
uninitialized in this function
packet-tpncp.c:450: warning: ‘hf_entr.hfinfo.type’ may be used
uninitialized in this function
2.packet-ssl-utils.c
there are a couple of assignments like this:
*((gint16*)buf)=g_htons(datalen);...
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.