mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
address unused variable warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4d29925c3f
commit
6f2a6da600
4 changed files with 21 additions and 24 deletions
|
@ -546,6 +546,7 @@ bool emonics::invariant() const {
|
|||
}
|
||||
CTRACE("nla_solver_mons", !found, tout << "not found v" << v << ": " << m << "\n";);
|
||||
SASSERT(found);
|
||||
(void)found;
|
||||
c = c->m_next;
|
||||
}
|
||||
while (c != ht.m_head);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue