mirror of
https://github.com/Z3Prover/z3
synced 2026-05-18 07:59:29 +00:00
deal with compiler warnings and include value exchange prior to final check.
This commit is contained in:
parent
ce615ee116
commit
0e8969ce60
15 changed files with 132 additions and 146 deletions
|
|
@ -81,7 +81,7 @@ namespace sls {
|
|||
}
|
||||
|
||||
expr_ref basic_plugin::eval_ite(app* e) {
|
||||
expr* c, * th, * el;
|
||||
expr* c = nullptr, * th = nullptr, * el = nullptr;
|
||||
VERIFY(m.is_ite(e, c, th, el));
|
||||
if (bval0(c))
|
||||
return ctx.get_value(th);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue