mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
mute some compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9425c419ad
commit
bc70282a18
3 changed files with 6 additions and 10 deletions
|
@ -525,9 +525,10 @@ namespace euf {
|
|||
m_offsets.reserve(n->get_root_id() + 1);
|
||||
m_offsets[n->get_root_id()].reset();
|
||||
}
|
||||
for (auto const& off : m_offsets) {
|
||||
SASSERT(off.empty());
|
||||
}
|
||||
DEBUG_CODE(
|
||||
for (auto const& off : m_offsets) {
|
||||
VERIFY(off.empty());
|
||||
});
|
||||
m_jtodo.reset();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue