aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-08-17 07:07:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-08-17 07:07:24 +0200
commit9a75492345d03177a38c816d491993d9272ec578 (patch)
tree78f2c64f48807d843142e2794b56913586acf07f
parent14f106e1b0532db617a923f46f9475dce46a31a7 (diff)
Get rid of Clang warning
-rw-r--r--libbuild2/bash/rule.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/bash/rule.hxx b/libbuild2/bash/rule.hxx
index 246ec4a..f7ce5cd 100644
--- a/libbuild2/bash/rule.hxx
+++ b/libbuild2/bash/rule.hxx
@@ -34,6 +34,8 @@ namespace build2
virtual bool
match (action, target&, const string&, match_extra&) const override;
+ using in::rule::match; // Make Clang happy.
+
virtual recipe
apply (action, target&) const override;