mirror of
https://github.com/Z3Prover/z3
synced 2025-11-23 06:01:26 +00:00
fix build issue
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
035baf7cb9
commit
c81f25a1c8
2 changed files with 6 additions and 6 deletions
|
|
@ -3098,7 +3098,7 @@ bool context::check_reachability ()
|
|||
|
||||
node = m_pob_queue.top ();
|
||||
m_pob_queue.pop();
|
||||
unsigned old_sz = m_pob_queue.size();
|
||||
size_t old_sz = m_pob_queue.size();
|
||||
(void)old_sz;
|
||||
SASSERT (node->level () <= m_pob_queue.max_level ());
|
||||
switch (expand_pob(*node, new_pobs)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue