mirror of
https://github.com/Z3Prover/z3
synced 2025-11-11 08:32:03 +00:00
handle build warnings
This commit is contained in:
parent
7566f088f9
commit
d33d6ebe83
8 changed files with 14 additions and 14 deletions
|
|
@ -466,7 +466,7 @@ public:
|
|||
TRACE(qe, tout << "after project " << m.get_family_name(p->get_family_id()) << ": " << vars << "\n");
|
||||
}
|
||||
else if (p)
|
||||
(*p)(model, vars, fmls);
|
||||
p->project(model, vars, fmls);
|
||||
}
|
||||
TRACE(qe, tout << "projecting " << vars << "\n");
|
||||
while (!vars.empty() && !fmls.empty() && !defs && m.limit().inc()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue