From 78d21f22eb72a96d9e993e358743ed72349e4235 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 17 Dec 2017 10:50:57 +0200 Subject: Fix few issues with structured result output --- build2/operation.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/operation.hxx') diff --git a/build2/operation.hxx b/build2/operation.hxx index c157e0a..a65fc3d 100644 --- a/build2/operation.hxx +++ b/build2/operation.hxx @@ -258,7 +258,7 @@ namespace build2 const location&, action_targets&); - void (*match) (const values&, action, action_targets&); + void (*match) (const values&, action, action_targets&, bool quiet); void (*execute) (const values&, action, action_targets&, bool quiet); @@ -299,7 +299,7 @@ namespace build2 action_targets&); void - match (const values&, action, action_targets&); + match (const values&, action, action_targets&, bool quiet); // Execute the action on the list of targets. This is the default // implementation that does just that while issuing appropriate -- cgit v1.1