aboutsummaryrefslogtreecommitdiff
path: root/brep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 19:28:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 19:28:03 +0200
commit26fb0c3f00952782dacf457ff9d7ec7d76f260f4 (patch)
treeb7fb755c6cb841194dc301d91905413fbae956b7 /brep
parent9bc4c6f10148ecf0f8dfccdc918500b095d094e1 (diff)
Warning fixed in latest cli
Diffstat (limited to 'brep')
-rw-r--r--brep/buildfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/brep/buildfile b/brep/buildfile
index e6d9651..b879b2d 100644
--- a/brep/buildfile
+++ b/brep/buildfile
@@ -33,11 +33,6 @@ libso{brep-apache}: $brep $web libso{brep} $libs
# Set option prefix to the empty value to handle all unknown request parameters
# uniformly with a single catch block.
#
-# @@ Adding --option-prefix "" leads to appearing the following warnings
-# related to options _parse methed:
-# brep/options.cxx:663:33: warning: unused parameter ‘opt_mode’ [-Wunused-parameter]
-# ::cli::unknown_mode opt_mode,
-#
cli.options += -I $src_root --include-with-brackets --include-prefix brep \
--guard-prefix BREP --cxx-prologue "#include <brep/types-parsers>" \
--cli-namespace brep::cli --generate-file-scanner --suppress-usage \