mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +00:00
Fix compiler warnings
This commit is contained in:
parent
4b6921dffb
commit
7c727ee922
6 changed files with 79 additions and 74 deletions
|
@ -158,6 +158,7 @@ void unsat_core_generalizer::operator()(lemma_ref &lemma)
|
|||
|
||||
unsigned old_sz = lemma->get_cube().size();
|
||||
unsigned old_level = lemma->level();
|
||||
(void)old_level;
|
||||
|
||||
unsigned uses_level;
|
||||
expr_ref_vector core(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue