summaryrefslogtreecommitdiff
path: root/src/options/mkoptions
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-24 18:37:22 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-24 18:37:22 +0000
commit1f48835b7252757bb778a93bdac2d62e1dea59bc (patch)
tree1b2f2cda4091a146a2ddfbfcf137459e712fcc17 /src/options/mkoptions
parente2611a54c5479086df0c4a80f56597aae80b5c4e (diff)
Fix the memout issue seen in recent nightly regressions (was due to a
Statistics-printing problem, limited to certain benchmarks). Mark some unlabeled header files "cvc4_private.h". Other minor cleanup. (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/options/mkoptions')
-rwxr-xr-xsrc/options/mkoptions2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options/mkoptions b/src/options/mkoptions
index 9e5fb2b81..69d7643c7 100755
--- a/src/options/mkoptions
+++ b/src/options/mkoptions
@@ -810,7 +810,6 @@ function handle_alias {
expect_arg_long=required_argument
arg="$(echo "$option" | sed 's,[^=]*=\(.*\),\1,')"
option="$(echo "$option" | sed 's,--,,;s,=.*,,')"
- echo "warning: not yet handling long-option alias =$arg" >&2
else
expect_arg_long=no_argument
arg=
@@ -831,7 +830,6 @@ function handle_alias {
expect_arg=:
arg="$(echo "$option" | sed 's,[^=]*=,,')"
option="$(echo "$option" | sed 's,-\(.\)=.*,\1,')"
- echo "warning: not yet handling short-option alias =$arg" >&2
else
expect_arg=
arg=
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback