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/source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/source.cxx') diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx index acbc073..4a7dc46 100644 --- a/odb/relational/source.cxx +++ b/odb/relational/source.cxx @@ -6247,8 +6247,8 @@ namespace relational continue; // We have already gotten the next token. } } - // Fall through. } + // Fall through. default: { // Handle CPP_KEYWORD here to avoid a warning (it is not -- cgit v1.1