diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-14 17:21:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-14 17:21:27 +0200 |
commit | 4b96784a2e62582437e134958045ac359b588c2b (patch) | |
tree | 121486b6673c65eab22ea8486991bd4a0cd9efec | |
parent | 57abb0703ec640fdcd0b0ac165f742bbc34df533 (diff) |
Get rid of warnings
-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 { |