Wireshark-commits: [Wireshark-commits] master-2.2 28a55ca: bluetooth: fix this statement may fall t

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

Commits:

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

    bluetooth: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
    
    Change-Id: I4d8e6f32b08991f49ee22b320f02c1f65e22b6a0
    Reviewed-on: https://code.wireshark.org/review/20400
    Reviewed-by: Michal Labedzki <michal.tomasz.labedzki@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 576043944b54df469d00e929e48256697075d9b1)
    Reviewed-on: https://code.wireshark.org/review/28134
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  e80a9f4   BGP: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
    adds  28a55ca   bluetooth: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7


Summary of changes:
 epan/dissectors/packet-btatt.c     | 4 ++--
 epan/dissectors/packet-bthci_cmd.c | 2 +-
 epan/dissectors/packet-bthid.c     | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)