https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5185
--- Comment #5 from Stig Bjørlykke <stig@xxxxxxxxxxxxx> 2010-09-06 13:07:53 PDT ---
Please have a look at this compiler warnings:
cc1: warnings being treated as errors
packet-bootp.c: In function 'dissect_docsis_cm_d30_cap':
packet-bootp.c:3896: warning: format '%d' expects type 'int', but argument 6
has type 'long unsigned int'
packet-bootp.c:3916: warning: format '%d' expects type 'int', but argument 5
has type 'long unsigned int'
packet-bootp.c:3923: warning: format '%d' expects type 'int', but argument 4
has type 'long unsigned int'
packet-bootp.c:3930: warning: format '%d' expects type 'int', but argument 4
has type 'long unsigned int'
packet-bootp.c:3948: warning: format '%d' expects type 'int', but argument 3
has type 'long unsigned int'
packet-bootp.c:3955: warning: format '%d' expects type 'int', but argument 3
has type 'long unsigned int'
packet-bootp.c:3975: warning: format '%d' expects type 'int', but argument 3
has type 'long unsigned int'
packet-bootp.c:3992: warning: format '%d' expects type 'int', but argument 4
has type 'long unsigned int'
packet-bootp.c:3999: warning: format '%d' expects type 'int', but argument 4
has type 'long unsigned int'
packet-bootp.c:4017: warning: format '%d' expects type 'int', but argument 4
has type 'long unsigned int'
packet-bootp.c:4024: warning: format '%d' expects type 'int', but argument 4
has type 'long unsigned int'
packet-bootp.c:3867: warning: unused variable 'asc_val'
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.