mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
avoid compiler warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2ca14b49fe
commit
6f0155ce94
|
@ -134,6 +134,7 @@ bool model::eval(expr * e, expr_ref & result, bool model_completion) {
|
|||
return true;
|
||||
}
|
||||
catch (model_evaluator_exception & ex) {
|
||||
(void)ex;
|
||||
TRACE("model_evaluator", tout << ex.msg() << "\n";);
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue