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/config/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index c5de54f..fa7cb9f 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -348,7 +348,7 @@ namespace build2 } static void - configure_match (const values&, action, action_targets&) + configure_match (const values&, action, action_targets&, bool) { // Don't match anything -- see execute (). } @@ -493,7 +493,7 @@ namespace build2 } static void - disfigure_match (const values&, action, action_targets&) + disfigure_match (const values&, action, action_targets&, bool) { } -- cgit v1.1