mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
handle build warnings
This commit is contained in:
parent
7566f088f9
commit
d33d6ebe83
8 changed files with 14 additions and 14 deletions
|
@ -356,7 +356,7 @@ namespace q {
|
|||
if (!p->project(*m_model, vars, fmls, m_defs))
|
||||
return expr_ref(m);
|
||||
}
|
||||
else if (!(*p)(*m_model, vars, fmls)) {
|
||||
else if (!p->project(*m_model, vars, fmls)) {
|
||||
TRACE(q, tout << "theory projection failed - use value\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue