From 4b96784a2e62582437e134958045ac359b588c2b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Jun 2017 17:21:27 +0200 Subject: Get rid of warnings --- build2/cc/compile.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/cc/compile.cxx') diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx index 0825fc2..9e98c97 100644 --- a/build2/cc/compile.cxx +++ b/build2/cc/compile.cxx @@ -2366,10 +2366,10 @@ namespace build2 // Resolve imported modules to bmi*{} targets. // modules_positions compile:: - search_modules (const scope& bs, + search_modules (const scope& /*bs*/, action act, file& t, - lorder lo, + lorder /*lo*/, const target_type& mtt, module_imports&& imports) const { -- cgit v1.1