mirror of
https://github.com/Z3Prover/z3
synced 2025-06-08 15:13:23 +00:00
Fix benign warning
This commit is contained in:
parent
e7815c703c
commit
9b050e8d30
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ public:
|
||||||
|
|
||||||
bool is_invariant(unsigned level, expr* lem,
|
bool is_invariant(unsigned level, expr* lem,
|
||||||
unsigned& solver_level, expr_ref_vector* core = nullptr)
|
unsigned& solver_level, expr_ref_vector* core = nullptr)
|
||||||
{ UNREACHABLE();}
|
{ UNREACHABLE(); return false; }
|
||||||
|
|
||||||
bool check_inductive(unsigned level, expr_ref_vector& state,
|
bool check_inductive(unsigned level, expr_ref_vector& state,
|
||||||
unsigned& assumes_level, unsigned weakness = UINT_MAX);
|
unsigned& assumes_level, unsigned weakness = UINT_MAX);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue