mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
build warning
This commit is contained in:
parent
0f1815ca04
commit
6e4a059c75
|
@ -61,7 +61,7 @@ void num_occurs::process(expr * t, expr_fast_mark1 & visited) {
|
|||
|
||||
void num_occurs::validate() {
|
||||
for (auto & kv : m_num_occurs) {
|
||||
SASSERT(0 < kv.m_key->get_ref_count());
|
||||
VERIFY(0 < kv.m_key->get_ref_count());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue