URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7e5dae90d65ed062f2d01c63174cc1c94850a19a
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7e5dae9 by Joerg Mayer (jmayer@xxxxxxxxx):
Fix warnings/errors of type -Wused-but-marked-unused
Change-Id: I34c2d9953272822da0745d1b24c64d8466e43b37
Reviewed-on: https://code.wireshark.org/review/14668
Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
Actions performed:
from 8f3ad91 Fix some warnings/errors of type git/epan/dissectors/packet-a21.c:478:25: error: 'item' was marked unused but was used [-Werror,-Wused-but-marked-unused] proto_item_append_text(item, "%s", val_to_str_const(event_id, a21_event_vals, "Unknown")); ^ Added manual change id because file-jpeg.c forced the use of commit -n
adds 7e5dae9 Fix warnings/errors of type -Wused-but-marked-unused
Summary of changes:
editcap.c | 7 ++++++-
epan/dissectors/packet-dcerpc-nt.c | 4 ++--
epan/ftypes/ftype-bytes.c | 4 ++--
epan/ftypes/ftype-integer.c | 4 ++--
epan/ftypes/ftype-pcre.c | 2 +-
epan/wslua/make-taps.pl | 4 ++--
epan/wslua/wslua_capture_info.c | 4 ++--
epan/wslua/wslua_dissector.c | 2 +-
epan/wslua/wslua_field.c | 2 +-
epan/wslua/wslua_file.c | 2 +-
epan/wslua/wslua_frame_info.c | 4 ++--
epan/wslua/wslua_proto.c | 4 ++--
mergecap.c | 7 ++++++-
ui/tap-sequence-analysis.c | 2 +-
ui/voip_calls.c | 6 +++---
15 files changed, 34 insertions(+), 24 deletions(-)