summaryrefslogtreecommitdiff
path: root/odb/semantics
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-07 11:57:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-07 11:57:15 +0200
commitbc1616e3e45967ccec892d14a9337554238ca332 (patch)
treed7783ea36e2c9423d90809bca715537bee99c285 /odb/semantics
parent6e374de9ae2f2978f2fca3390aba4ea3f72bfade (diff)
Get rid of GCC 7 case fall-through warnings
Diffstat (limited to 'odb/semantics')
-rw-r--r--odb/semantics/elements.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx
index a1dc668..a907dd5 100644
--- a/odb/semantics/elements.cxx
+++ b/odb/semantics/elements.cxx
@@ -279,8 +279,8 @@ namespace semantics
case CPP_SCOPE:
{
new_ns = ns; // Don't change the namespace.
- // Fall through.
}
+ // Fall through.
default:
{
r += t;