fixed couple of more warnings
authorKshitij Bansal <kshitij@cs.nyu.edu>
Tue, 29 Apr 2014 23:38:29 +0000 (19:38 -0400)
committerKshitij Bansal <kshitij@cs.nyu.edu>
Tue, 29 Apr 2014 23:41:04 +0000 (19:41 -0400)
src/main/options
src/options/options_template.cpp

index d844828365be2a771694f84164044835924efda6..8733011f7a2e456598affd00ce3b3415fc14fc8e 100644 (file)
@@ -42,8 +42,8 @@ option incrementalParallel --incremental-parallel bool :default false :link --in
 undocumented-option interactivePrompt /--no-interactive-prompt bool :default true
  turn off interactive prompting while in interactive mode
 
-# error behaviors
-option continuedExecution --continued-execution/--immediate-exit bool :default false :link "--interactive --no-interactive-prompt"/
+# error behaviors (--immediate-exit is default in cases we support, thus no options)
+option continuedExecution --continued-execution/ bool :default false :link "--interactive --no-interactive-prompt"/
  continue executing commands, even on error
 
 option segvSpin --segv-spin bool :default false
index fc8b31d4903e983d9e398a3891bd0a7a0197b92b..de44d717ebe194b9e6fef99d60c48c04e9a4d63a 100644 (file)
@@ -573,7 +573,7 @@ std::string Options::suggestCommandLineOptions(const std::string& optionName) th
 
 static const char* smtOptions[] = {
   ${all_modules_smt_options},
-#line 589 "${template}"
+#line 577 "${template}"
   NULL
 };/* smtOptions[] */
 
@@ -595,7 +595,7 @@ SExpr Options::getOptions() const throw() {
 
   ${all_modules_get_options}
 
-#line 611 "${template}"
+#line 599 "${template}"
 
   return SExpr(opts);
 }