From acd738fc7f5a8ca637e691e45346d74a149b75c9 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 14 Jul 2017 16:48:01 +0200 Subject: *: fix GCC 7 switch/case fallthrough warnings Need a comment on these. Signed-off-by: David Lamparter --- lib/command_match.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command_match.c') diff --git a/lib/command_match.c b/lib/command_match.c index 75d8fdc3d3..5a57bb9191 100644 --- a/lib/command_match.c +++ b/lib/command_match.c @@ -403,6 +403,7 @@ command_complete (struct graph *graph, trace_matcher ("trivial_match\n"); if (exact_match_exists && !last_token) break; + /* fallthru */ case exact_match: trace_matcher ("exact_match\n"); if (last_token) -- cgit v1.2.3