From 138259870f2eb506ba8f9b57cf9f44db440e6940 Mon Sep 17 00:00:00 2001 From: Kshitij Bansal Date: Tue, 29 Apr 2014 19:38:29 -0400 Subject: fixed couple of more warnings --- src/options/options_template.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/options/options_template.cpp') diff --git a/src/options/options_template.cpp b/src/options/options_template.cpp index fc8b31d49..de44d717e 100644 --- a/src/options/options_template.cpp +++ b/src/options/options_template.cpp @@ -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); } -- cgit v1.2.3