Bug ID |
9587
|
Summary |
Compilation failure: packet-bacapp.c:6232:17: error: variable 'inbytesleft' set but not used
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
x86-64
|
OS |
Fedora
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
r54351
--
make[5]: Entering directory `/home/yanivk/wireshark/epan/dissectors'
CC libdissectors_la-packet-bacapp.lo
packet-bacapp.c: In function 'fCharacterString':
packet-bacapp.c:6232:17: error: variable 'inbytesleft' set but not used
[-Werror=unused-but-set-variable]
gsize inbytesleft;
^
cc1: all warnings being treated as errors
You are receiving this mail because:
- You are watching all bug changes.