Bug ID |
9588
|
Summary |
Compilation failure: packet-isis-hello.c:418:50: error: unused parameter 'pinfo' [-Werror=unused-parameter]
|
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:
r54368
--
packet-isis-hello.c: In function 'dissect_hello_mt_clv':
packet-isis-hello.c:418:50: error: unused parameter 'pinfo'
[-Werror=unused-parameter]
dissect_hello_mt_clv(tvbuff_t *tvb, packet_info* pinfo,
^
packet-isis-hello.c: In function 'dissect_hello_ip_authentication_clv':
packet-isis-hello.c:517:65: error: unused parameter 'pinfo'
[-Werror=unused-parameter]
dissect_hello_ip_authentication_clv(tvbuff_t *tvb, packet_info* pinfo,
^
cc1: all warnings being treated as errors
You are receiving this mail because:
- You are watching all bug changes.