diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-01 11:32:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-01 11:32:51 +0200 |
commit | eec5261ac983f8d23e59431cff1f4f681edbd100 (patch) | |
tree | 4b85871e531cf0d947a93ad03aa33b3f8d9a6925 | |
parent | 2fbdfa4d3df7c09d82bd2c5685420eee5d6dea18 (diff) |
Fix warning
-rw-r--r-- | clean/clean.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/clean.cxx b/clean/clean.cxx index deba1db..4a16ee8 100644 --- a/clean/clean.cxx +++ b/clean/clean.cxx @@ -179,7 +179,7 @@ namespace brep } static int - clean_builds (const options& ops, + clean_builds (const options&, cli::argv_scanner& scan, odb::pgsql::database& db) { |