mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 21:26:59 +00:00
fix build warnings
This commit is contained in:
parent
8c39863019
commit
328616b8b2
6 changed files with 8 additions and 7 deletions
|
@ -206,7 +206,7 @@ namespace arith {
|
|||
}
|
||||
|
||||
bool solver::check_bv_term(app* n) {
|
||||
unsigned sz;
|
||||
unsigned sz = 0;
|
||||
expr* _x = nullptr, * _y = nullptr;
|
||||
if (!ctx.is_relevant(expr2enode(n)))
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue