aboutsummaryrefslogtreecommitdiff
path: root/build2/target.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-01 17:02:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-01 17:02:16 +0200
commitc49b0e8ca53928cc20e9d4832536baaeee6d7a9d (patch)
tree91c980addf8ddc0c04feebb93699488e4385918b /build2/target.cxx
parentfebcacdb5a60d37c2a56c9aad7b636be799940cd (diff)
Fix GCC 7 -fimplicit-fallthrough warnings
Diffstat (limited to 'build2/target.cxx')
-rw-r--r--build2/target.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/target.cxx b/build2/target.cxx
index 64ab412..0dab7e2 100644
--- a/build2/target.cxx
+++ b/build2/target.cxx
@@ -522,9 +522,8 @@ namespace build2
if (c != target::count_applied () && c != target::count_executed ())
break;
-
- // Fall through.
}
+ // Fall through.
case run_phase::execute:
{
if (group_state ())