mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
address compiler warnings, and user question #6544
This commit is contained in:
parent
523a3f34b0
commit
d11e5c8ca6
16 changed files with 11 additions and 57 deletions
|
@ -167,6 +167,7 @@ namespace sat {
|
|||
// end of clause
|
||||
if (!sat) {
|
||||
TRACE("sat_model_bug", tout << "failed eliminated: " << mk_lits_pp(static_cast<unsigned>(it - itbegin), itbegin) << "\n";);
|
||||
(void)itbegin;
|
||||
ok = false;
|
||||
}
|
||||
sat = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue