diff options
author | Joerg Mayer <jmayer@loplof.de> | 2014-08-13 14:18:16 +0200 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2014-08-13 12:19:29 +0000 |
commit | 633f1562ad2d8270c2710d1c6611362b3a516615 (patch) | |
tree | 04abac4d541280800d308daa4789a489c075284a /INSTALL | |
parent | ea8738306e026c06acfe1ce8840bda2d4f9b3f8a (diff) |
Fix warning when compiling with -O3:
/home/jmayer/work/wireshark/git/epan/dissectors/packet-ipp.c: In function ‘dissect_ipp’:
/home/jmayer/work/wireshark/git/epan/dissectors/packet-ipp.c:583:78: error: ‘name_val’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
if ((name_length > 5) && name_val && !strcmp(name_val+name_length-5, "-time")) {
^
/home/jmayer/work/wireshark/git/epan/dissectors/packet-ipp.c:557:11: note: ‘name_val’ was declared here
char *name_val;
^
Change-Id: I5e49596010572b285e4ca8f210cdcf49d56bfc10
Reviewed-on: https://code.wireshark.org/review/3572
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions