From 48e49e2627bbd389b9b3244cbea188ee7a641993 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 26 Aug 2019 11:12:55 +0300 Subject: Suppress gcc's 'control reaches end of non-void function' warning --- libbuild2/scope.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/scope.cxx') diff --git a/libbuild2/scope.cxx b/libbuild2/scope.cxx index 3974989..0b9d981 100644 --- a/libbuild2/scope.cxx +++ b/libbuild2/scope.cxx @@ -785,7 +785,7 @@ namespace build2 } } - fail (loc) << "invalid target name: " << ns; + fail (loc) << "invalid target name: " << ns << endf; } static target* -- cgit v1.1