Wireshark-commits: [Wireshark-commits] master c0e4877: Fix some warnings/errors of type git/epan/di

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 28 Mar 2016 11:44:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c0e48778b7c54dcd02b3700ff467031648d33bce
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c0e4877 by Joerg Mayer (jmayer@xxxxxxxxx):

    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
    
    Change-Id: Iffff53d6253758c8454d9583f0a11f317c8390cb
    Reviewed-on: https://code.wireshark.org/review/14666
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  1aaaac5   NAS EPS: add a missing break
    adds  c0e4877   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


Summary of changes:
 capinfos.c                  |    7 ++++++-
 captype.c                   |    7 ++++++-
 epan/dissectors/file-elf.c  |    2 +-
 epan/dissectors/file-jpeg.c |    2 +-
 epan/dissectors/file-mp4.c  |    2 +-
 wiretap/ber.c               |    2 +-
 wiretap/camins.c            |    2 +-
 wiretap/file_wrappers.c     |    7 ++++++-
 wiretap/k12text.l           |    2 +-
 wiretap/logcat_text.c       |    4 ++--
 wiretap/pcapng.c            |   13 +++++++++++--
 wsutil/ws_version_info.c    |    2 +-
 12 files changed, 38 insertions(+), 14 deletions(-)