diff options
-rw-r--r-- | build2/cc/compile.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |