mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +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,
|
||||
unsigned& solver_level, expr_ref_vector* core = nullptr)
|
||||
{ UNREACHABLE();}
|
||||
{ UNREACHABLE(); return false; }
|
||||
|
||||
bool check_inductive(unsigned level, expr_ref_vector& state,
|
||||
unsigned& assumes_level, unsigned weakness = UINT_MAX);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue