mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix warnings for unused variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ec565ae7a0
commit
96e157e201
38 changed files with 180 additions and 184 deletions
|
@ -762,6 +762,7 @@ namespace opt {
|
|||
}
|
||||
|
||||
bool invariant() {
|
||||
DEBUG_CODE(
|
||||
for (unsigned i = 0; i < m_fwatch.size(); ++i) {
|
||||
for (unsigned j = 0; j < m_fwatch[i].size(); ++j) {
|
||||
set const& S = *m_F[m_fwatch[i][j]];
|
||||
|
@ -773,7 +774,7 @@ namespace opt {
|
|||
set const& S = *m_T[m_twatch[i][j]];
|
||||
SASSERT(S[0] == i || S[1] == i);
|
||||
}
|
||||
}
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue