summaryrefslogtreecommitdiff
path: root/src/query.cc
diff options
context:
space:
mode:
authorTim Landscheidt <tim@tim-landscheidt.de>2018-02-19 21:38:39 +0000
committerTim Landscheidt <tim@tim-landscheidt.de>2018-02-19 21:38:39 +0000
commit4bc6db4abc83a65c822a83588189fa9db39754f1 (patch)
tree92e95336517ec47dcdc1212f954e994aa3fe8c68 /src/query.cc
parentfbccb7149eae348182bef7ac9dcba756fe72381d (diff)
downloadfork-ledger-4bc6db4abc83a65c822a83588189fa9db39754f1.tar.gz
fork-ledger-4bc6db4abc83a65c822a83588189fa9db39754f1.tar.bz2
fork-ledger-4bc6db4abc83a65c822a83588189fa9db39754f1.zip
Fix warnings for -Wimplicit-fallthrough
Diffstat (limited to 'src/query.cc')
-rw-r--r--src/query.cc1
1 files changed, 1 insertions, 0 deletions
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 '|':