summaryrefslogtreecommitdiff
path: root/lib/command_match.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-07-14 12:54:40 -0400
committerGitHub <noreply@github.com>2017-07-14 12:54:40 -0400
commite553b498f1e691800fd1bd94621350df941f9b44 (patch)
treef3ad6501b34fa3e58ced4cad357aeb9c09599eeb /lib/command_match.c
parent9b42781b5de1c5053233666ac7d5d9e553a9f81e (diff)
parent33cef919327fe03dbce53a422caccecb3f09faca (diff)
Merge pull request #820 from opensourcerouting/gcc7
fix new warnings emitted by GCC 7
Diffstat (limited to 'lib/command_match.c')
-rw-r--r--lib/command_match.c1
1 files changed, 1 insertions, 0 deletions
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)