diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/scope.ixx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/scope.ixx b/libbuild2/scope.ixx index c8214f6..e123e4a 100644 --- a/libbuild2/scope.ixx +++ b/libbuild2/scope.ixx @@ -82,6 +82,8 @@ namespace build2 return r; } + + return nullptr; } inline const scope* scope:: @@ -102,6 +104,8 @@ namespace build2 return r; } + + return nullptr; } inline scope* scope:: |