From e7688fc3efaa79b3236b9a3775ef1a0ffaeed1b1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 May 2015 15:09:04 +0200 Subject: Some hoop-jumping to make clang happy --- build/bin/rule.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/bin') diff --git a/build/bin/rule.cxx b/build/bin/rule.cxx index e4d17a8..172e5d8 100644 --- a/build/bin/rule.cxx +++ b/build/bin/rule.cxx @@ -24,6 +24,8 @@ namespace build { fail << diag_doing (a, t) << " target group" << info << "explicitly select either obja{} or objso{} member"; + + return nullptr; } recipe obj_rule:: -- cgit v1.1