Bug ID |
9568
|
Summary |
Compilation failure: packet-pdcp-lte.c:1211:12: error: variable 'key' set but not used [-Werror=unused-but-set-variable]
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
x86-64
|
OS |
Fedora
|
Status |
UNCONFIRMED
|
Severity |
Critical
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
r54164
--
packet-pdcp-lte.c: In function 'decipher_payload':
packet-pdcp-lte.c:1211:12: error: variable 'key' set but not used
[-Werror=unused-but-set-variable]
guint8 key[16];
^
packet-pdcp-lte.c: In function 'dissect_pdcp_lte':
packet-pdcp-lte.c:1255:15: error: variable 'payload_tvb' set but not used
[-Werror=unused-but-set-variable]
tvbuff_t *payload_tvb;
^
cc1: all warnings being treated as errors
You are receiving this mail because:
- You are watching all bug changes.