From 2c1e5b35ba688c0df297b0510058454c54bab54d Mon Sep 17 00:00:00 2001 From: Clark Barrett Date: Thu, 23 Mar 2017 15:15:56 -0700 Subject: [PATCH] Fixing warning message. --- src/smt/smt_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp index 911728cb1..b9ef8f7c4 100644 --- a/src/smt/smt_engine.cpp +++ b/src/smt/smt_engine.cpp @@ -1997,7 +1997,7 @@ void SmtEngine::setDefaults() { } if(options::incrementalSolving() && options::proof()) { - Warning() << "SmtEngine: turning off incremental solving mode (not yet supported with --proof or --produce-unsat-cores, try --tear-down-incremental instead)" << endl; + Warning() << "SmtEngine: turning off incremental solving mode (not yet supported with --proof, try --tear-down-incremental instead)" << endl; setOption("incremental", SExpr("false")); } } -- 2.30.2