Wireshark-bugs: [Wireshark-bugs] [Bug 9267] Enhancement of the packet-mq dissector (WMQ 7.1-7.5)
Date: Sun, 20 Oct 2013 15:13:28 +0000
Toralf Förster changed bug 9267
What | Removed | Added |
---|---|---|
CC | toralf.foerster@gmx.de |
Comment # 13
on bug 9267
from Toralf Förster
I do get w : CC libdissectors_la-packet-mrdisc.lo packet-mq.c: In function 'dissect_mq_MQMO': packet-mq.c:1555:3: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c: In function 'dissect_mq_MQGMO': packet-mq.c:1569:16: error: variable 'mq_tree_sub' set but not used [-Werror=unused-but-set-variable] packet-mq.c:1576:3: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c: In function 'dissect_mq_MQPMO': packet-mq.c:1597:3: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c: In function 'dissect_mq_MQOO': packet-mq.c:1618:3: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c: In function 'dissect_mq_MQCO': packet-mq.c:1638:3: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c: In function 'dissect_mq_id': packet-mq.c:2123:4: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c:2127:4: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c:2139:5: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c:2149:6: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c:2159:6: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c:2115:16: error: unused variable 'mq_tree_sub' [-Werror=unused-variable] packet-mq.c: In function 'dissect_mq_pdu': packet-mq.c:2384:5: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c:2385:5: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c:2981:11: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' packet-mq.c:3008:8: error: passing argument 6 of 'proto_tree_add_bitmask' from incompatible pointer type [-Werror] In file included from ../../epan/packet.h:29:0, from packet-mq.c:73: ../../epan/proto.h:1926:1: note: expected 'const int **' but argument is of type 'gint **' cc1: all warnings being treated as errors make[5]: *** [libdissectors_la-packet-mq.lo] Error 1
You are receiving this mail because:
- You are watching all bug changes.
- References:
- [Wireshark-bugs] [Bug 9267] New: Enhancement of the packet-mq dissector (WMQ 7.1-7.5)
- From: bugzilla-daemon
- [Wireshark-bugs] [Bug 9267] New: Enhancement of the packet-mq dissector (WMQ 7.1-7.5)
- Prev by Date: [Wireshark-bugs] [Bug 9297] Support for VS2013 on Windows
- Next by Date: [Wireshark-bugs] [Bug 9297] Support for VS2013 on Windows
- Previous by thread: [Wireshark-bugs] [Bug 9267] Enhancement of the packet-mq dissector (WMQ 7.1-7.5)
- Next by thread: [Wireshark-bugs] [Bug 9267] Enhancement of the packet-mq dissector (WMQ 7.1-7.5)
- Index(es):