Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9267] Enhancement of the packet-mq dissector (WMQ 7.1-7.5)

Date: Sun, 20 Oct 2013 15:55:21 +0000

Comment # 16 on bug 9267 from
(In reply to comment #15)
> (In reply to comment #14)
> Oh sorry, I think, I forgott the const keyword

with that pacth I now get 

make[5]: Entering directory `/home/tfoerste/devel/wireshark/epan/dissectors'
  CC     libdissectors_la-packet-mq.lo
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: 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:2115:16: error: unused variable 'mq_tree_sub'
[-Werror=unused-variable]
cc1: all warnings being treated as errors


You are receiving this mail because:
  • You are watching all bug changes.