From 9e5a6e866cad052f0e5e9930d460f92568485f3e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Jan 2018 14:59:03 +0200 Subject: Fix implicit fallthrough warnings --- cli/parser.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/parser.cxx') diff --git a/cli/parser.cxx b/cli/parser.cxx index ab62105..63a911f 100644 --- a/cli/parser.cxx +++ b/cli/parser.cxx @@ -554,9 +554,8 @@ decl (token& t) { if (t.punctuation () != token::p_lcbrace) break; - - // Fall through. } + // Fall through. case token::t_string_lit: { scope_doc (t); -- cgit v1.1