diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-17 07:07:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-17 07:07:24 +0200 |
commit | 9a75492345d03177a38c816d491993d9272ec578 (patch) | |
tree | 78f2c64f48807d843142e2794b56913586acf07f /libbuild2/bash | |
parent | 14f106e1b0532db617a923f46f9475dce46a31a7 (diff) |
Get rid of Clang warning
Diffstat (limited to 'libbuild2/bash')
-rw-r--r-- | libbuild2/bash/rule.hxx | 2 |
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; |