Wireshark-commits: [Wireshark-commits] master c1e6724: dissectors: fix this statement may fall thro

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 5 Mar 2017 22:39:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c1e6724cf6938de24ddfbcb0227aad5822a80c2d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c1e6724 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
    
    Change-Id: Iba6238988ded675cba328ab512232d1919d93b4a
    Reviewed-on: https://code.wireshark.org/review/20415
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  70e04f3   dumpcap: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
    adds  c1e6724   dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7


Summary of changes:
 .../asn1/gsm_map/packet-gsm_map-template.c         |    2 +-
 epan/dissectors/packet-atalk.c                     |    2 +-
 epan/dissectors/packet-dof.c                       |    2 +-
 epan/dissectors/packet-edonkey.c                   |    2 +-
 epan/dissectors/packet-giop.c                      |    2 +-
 epan/dissectors/packet-gsm_map.c                   |    2 +-
 epan/dissectors/packet-ieee802154.c                |    1 +
 epan/dissectors/packet-infiniband.c                |    2 ++
 epan/dissectors/packet-isns.c                      |    2 +-
 epan/dissectors/packet-l2tp.c                      |    1 +
 epan/dissectors/packet-nas_eps.c                   |    2 ++
 epan/dissectors/packet-nbifom.c                    |    1 +
 epan/dissectors/packet-ncp.c                       |    2 +-
 epan/dissectors/packet-ntp.c                       |    1 +
 epan/dissectors/packet-pw-atm.c                    |    1 +
 epan/dissectors/packet-rip.c                       |    2 +-
 epan/dissectors/packet-scsi-osd.c                  |    2 +-
 epan/dissectors/packet-tn3270.c                    |    2 +-
 epan/dissectors/packet-ua3g.c                      |    2 +-
 epan/dissectors/packet-ucp.c                       |    1 +
 epan/dissectors/packet-x11.c                       |    2 +-
 21 files changed, 23 insertions(+), 13 deletions(-)