URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a6fc5a3baebeaf69625056546add2b6d329ae9f7
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a6fc5a3 by Evan Huus (eapache@xxxxxxxxx):
Cast G_STRUCT_OFFSET to gint to fix mac buildbot
glib casts the result to glong for no apparent reason (has anybody ever defined
a structure of more than 2^32 bytes?) which was causing a whole bunch of useless
64-to-32-bit conversion warnings.
Change-Id: I70305fb3b03332bb876023acdd107eb1e95fea27
Reviewed-on: https://code.wireshark.org/review/3383
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 5db1352 Eliminate proto_tree_add_text from some dissectors.
adds a6fc5a3 Cast G_STRUCT_OFFSET to gint to fix mac buildbot
Summary of changes:
epan/dissectors/packet-lbm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)