summaryrefslogtreecommitdiff
path: root/ui/cli
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-03-11 16:33:58 +0100
committerAnders Broman <a.broman58@gmail.com>2017-03-13 12:33:37 +0000
commit39fd595b34773355c00f9996006457b294b58601 (patch)
tree45c1479e857a10d65567dd87897f9fd8762a2e6a /ui/cli
parenta6d69084dc18da09d7020b9bfda74cdfea963cad (diff)
downloadwireshark-39fd595b34773355c00f9996006457b294b58601.tar.gz
tap-iostat (cli): fix this statement may fall through [-Werror=implicit-fallthrough] found by gcc7
Change-Id: Idd8f4e2175d6575beecaccf2ee018457a25fd225 Reviewed-on: https://code.wireshark.org/review/20493 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/tap-iostat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-iostat.c b/ui/cli/tap-iostat.c
index 1ff9b38b00..d3bc760e76 100644
--- a/ui/cli/tap-iostat.c
+++ b/ui/cli/tap-iostat.c
@@ -464,7 +464,7 @@ iostat_packet(void *arg, packet_info *pinfo, epan_dissect_t *edt, const void *du
if (it->calc_type == CALC_TYPE_FRAMES_AND_BYTES)
parent->max_vals[it->colnum] =
MAX(parent->max_vals[it->colnum], it->counter);
-
+ break;
case CALC_TYPE_BYTES:
case CALC_TYPE_COUNT:
case CALC_TYPE_LOAD: