aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-03-05 17:54:22 +0100
committerMichal Labedzki <michal.tomasz.labedzki@gmail.com>2017-03-08 17:48:28 +0000
commit2b06c17592e792224779355c2e47d776ba2f9af6 (patch)
treed3d3d305b1b64866fe346265b2e42038f80519e6
parentd7fc8abc944134f23645c5f9a3f318a9a65345fe (diff)
ubertooth: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
Change-Id: Iec4253ad488f51169ce4cc295b5f084ba4aa4122 Reviewed-on: https://code.wireshark.org/review/20412 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.tomasz.labedzki@gmail.com>
-rw-r--r--epan/dissectors/packet-ubertooth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ubertooth.c b/epan/dissectors/packet-ubertooth.c
index 546e7f9d6b..8e9f86048f 100644
--- a/epan/dissectors/packet-ubertooth.c
+++ b/epan/dissectors/packet-ubertooth.c
@@ -1763,6 +1763,7 @@ dissect_ubertooth(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *dat
}
break;
}
+ /* FALLTHROUGH */
case 0: /* Ping */
case 2: /* Tx Symbols */ /* NOTE: This one seems to be not implemented in firmware at all*/
case 26: /* Bootloader Flash */ /* NOTE: This one seems to be not implemented in firmware at all*/