From 18788475f3944a1fcfb9d0adaa0d51ae6b89ccbb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Apr 2016 18:09:33 +0200 Subject: Suppress Clang warning --- build2/scope.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/scope.cxx b/build2/scope.cxx index 70442f6..3ca3db5 100644 --- a/build2/scope.cxx +++ b/build2/scope.cxx @@ -220,7 +220,7 @@ namespace build2 } if (!apply) - return move (original); + return original; assert (inner_vars != nullptr); -- cgit v1.1