aboutsummaryrefslogtreecommitdiff
path: root/clean/clean.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-01 11:32:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-01 11:32:51 +0200
commiteec5261ac983f8d23e59431cff1f4f681edbd100 (patch)
tree4b85871e531cf0d947a93ad03aa33b3f8d9a6925 /clean/clean.cxx
parent2fbdfa4d3df7c09d82bd2c5685420eee5d6dea18 (diff)
Fix warning
Diffstat (limited to 'clean/clean.cxx')
-rw-r--r--clean/clean.cxx2
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)
{