Wireshark-commits: [Wireshark-commits] master-2.2 f3d0cbe: dissectors: fix this statement may fall

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 08 Jun 2018 20:25:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3d0cbe935fd2b58e538dfe2efb45b7b2deea456
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

f3d0cbe 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>
    (cherry picked from commit c1e6724cf6938de24ddfbcb0227aad5822a80c2d)
    Reviewed-on: https://code.wireshark.org/review/28131
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  28cb827   wiretap (nettl/pppdump): fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
    adds  f3d0cbe   dissectors: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7


Summary of changes:
 epan/dissectors/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(-)