aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-04-10 11:45:03 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-10 11:33:08 +0000
commitb8acaac91b7f82274113ad53b810d8935696aa3e (patch)
tree2458927cb0aaf57be14f6701b96a7038daa86f27 /epan/dissectors/packet-bthci_cmd.c
parent8344f5a6919d04376fe06db8db36fe430e327371 (diff)
bthci_cmd: fix this statement may fall through [-Werror=implicit-fallthrough] found by gcc7
Change-Id: Id18a0879114f11acb1db8dea8d94a1fb845b5e58 Reviewed-on: https://code.wireshark.org/review/20993 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-bthci_cmd.c')
-rw-r--r--epan/dissectors/packet-bthci_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c
index 6a279ec21f..500e3895ea 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -3864,6 +3864,7 @@ dissect_status_parameters_cmd(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree_add_item(tree, hf_bthci_cmd_number_of_clock_captures_to_filter, tvb, offset, 1, ENC_NA);
offset += 1;
+ break;
default:
proto_tree_add_expert(tree, pinfo, &ei_command_unknown_command, tvb, offset, -1);