From bc1616e3e45967ccec892d14a9337554238ca332 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2017 11:57:15 +0200 Subject: Get rid of GCC 7 case fall-through warnings --- odb/relational/oracle/context.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'odb/relational/oracle') diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx index 1c5b669..d6cd719 100644 --- a/odb/relational/oracle/context.cxx +++ b/odb/relational/oracle/context.cxx @@ -636,10 +636,8 @@ namespace relational return error (ct, "unexepected '" + t.literal () + "' in Oracle type declaration"); } - - // Fall through. - // } + // Fall through. case parse_prec: { if (t.punctuation () == sql_token::p_lparen) -- cgit v1.1