aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-14 12:52:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-14 12:52:11 +0200
commitca6aef882b30e3aa07645a9066950ee6ef0e62b7 (patch)
tree1c334ce293bf988a944d005ed741ef178185a16f /libbuild2/rule.hxx
parent77a5d8345a9e30d77d934e9972ddf7cbd3afbcfd (diff)
Fix Clang warning
Diffstat (limited to 'libbuild2/rule.hxx')
-rw-r--r--libbuild2/rule.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx
index 298ed6b..ae9c865 100644
--- a/libbuild2/rule.hxx
+++ b/libbuild2/rule.hxx
@@ -179,6 +179,8 @@ namespace build2
virtual bool
match (action, target&, const string&) const override;
+ using simple_rule::match; // To make Clang happy.
+
// Dump support.
//
virtual void