From c49b0e8ca53928cc20e9d4832536baaeee6d7a9d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Dec 2017 17:02:16 +0200 Subject: Fix GCC 7 -fimplicit-fallthrough warnings --- build2/target.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build2/target.cxx') 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 ()) -- cgit v1.1