diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-25 18:09:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-25 18:09:33 +0200 |
commit | 18788475f3944a1fcfb9d0adaa0d51ae6b89ccbb (patch) | |
tree | 3c57a8489cc7d189f2c46b50c4dceb39ae5c32f3 | |
parent | acc55682af442ec56f3f21ccf6be4f5ee453c3f3 (diff) |
Suppress Clang warning
-rw-r--r-- | build2/scope.cxx | 2 |
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); |