aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-01 11:23:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-01 11:23:19 +0200
commit427d2b5d3a3ca56d6561302d8ac0a0a6eb259953 (patch)
treed0e9aa2ce76eb2f208a5d63a1258cf218af2aacc /libbuild2/scope.ixx
parent248b79eba58d88766c6fe3fb87f8dfda5f86a615 (diff)
Add missing return to scope::bundle_root()internal-scope
Diffstat (limited to 'libbuild2/scope.ixx')
-rw-r--r--libbuild2/scope.ixx4
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::