From ecd598ae69147b613a3ad8bcd3bb764d88b0e03d Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 11 Mar 2017 16:38:46 +0100 Subject: unistim (plugin): fix this statement may fall through [-Werror=implicit-fallthrough] found by gcc7 Change-Id: Id928c9f4506b3f88016d77e3e79a4ecf78d52e93 Reviewed-on: https://code.wireshark.org/review/20494 Reviewed-by: Michael Mann --- plugins/unistim/packet-unistim.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/unistim') diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c index 6e39d7fd5e..d986d156a2 100644 --- a/plugins/unistim/packet-unistim.c +++ b/plugins/unistim/packet-unistim.c @@ -2646,6 +2646,7 @@ dissect_audio_phone(proto_tree *msg_tree, proto_tree_add_item(msg_tree,hf_audio_transducer_pair,tvb,offset,1,ENC_BIG_ENDIAN); offset+=1;msg_len-=1; } + break; case 0x14: /*Query APB Response*/ proto_tree_add_item(msg_tree,hf_audio_apb_number,tvb,offset,1,ENC_BIG_ENDIAN); -- cgit v1.2.1