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