From 4bc6db4abc83a65c822a83588189fa9db39754f1 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Mon, 19 Feb 2018 21:38:39 +0000 Subject: Fix warnings for -Wimplicit-fallthrough --- src/query.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/query.cc') diff --git a/src/query.cc b/src/query.cc index fc1d4ff0..883bea40 100644 --- a/src/query.cc +++ b/src/query.cc @@ -155,6 +155,7 @@ query_t::lexer_t::next_token(query_t::lexer_t::token_t::kind_t tok_context) case ')': if (! consume_next && tok_context == token_t::TOK_EXPR) goto test_ident; + // fall through... case '(': case '&': case '|': -- cgit v1.2.3