From 3ba3280d9b495a6f3d6eb19835e223c98c3f4331 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 17 May 2017 09:54:48 +0200 Subject: Make sure preprocessor warning are passed through --- build2/cc/compile.hxx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'build2/cc/compile.hxx') diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx index 0f8843e..d1902a0 100644 --- a/build2/cc/compile.hxx +++ b/build2/cc/compile.hxx @@ -81,16 +81,8 @@ namespace build2 const target_type* map_extension (const scope&, const string&, const string&) const; - // Header dependency injection. Return true if any were updated. - // - void - inject (action, - file&, - lorder, - const file&, - depdb&, - auto_rmfile&, - bool&) const; + pair + inject (action, file&, lorder, const file&, depdb&, bool&) const; private: const string rule_id; -- cgit v1.1