From 9a75492345d03177a38c816d491993d9272ec578 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 17 Aug 2022 07:07:24 +0200 Subject: Get rid of Clang warning --- libbuild2/bash/rule.hxx | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.1