aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-25 18:09:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-25 18:09:33 +0200
commit18788475f3944a1fcfb9d0adaa0d51ae6b89ccbb (patch)
tree3c57a8489cc7d189f2c46b50c4dceb39ae5c32f3
parentacc55682af442ec56f3f21ccf6be4f5ee453c3f3 (diff)
Suppress Clang warning
-rw-r--r--build2/scope.cxx2
1 files changed, 1 insertions, 1 deletions
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);