aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-03-05 17:23:33 +0100
committerMichael Mann <mmann78@netscape.net>2017-03-05 22:01:21 +0000
commit7491498d12203e477e22aa1a1979e86d0785ed08 (patch)
treeb4f8704ecf677e03c6307230407d397cfb6e95df
parent5e507ca47b8628b35fc4462f793e620868b30a45 (diff)
packetbb: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
Change-Id: Id1fb00f95608e7ad09f9eb48f1d98f5849ae575b Reviewed-on: https://code.wireshark.org/review/20409 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-packetbb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-packetbb.c b/epan/dissectors/packet-packetbb.c
index 420fb0e23d..ac14c652ba 100644
--- a/epan/dissectors/packet-packetbb.c
+++ b/epan/dissectors/packet-packetbb.c
@@ -315,7 +315,7 @@ static proto_item* dissect_pbb_tlvvalue(tvbuff_t *tvb, proto_tree *tlvTree, guin
/* other tlvTypes are common with categories PACKET and ADDRESS,
do not break.
*/
-
+ /* FALL THROUGH */
case TLV_CAT_PACKET:
case TLV_CAT_ADDRESS: