3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

Fix benign warning

This commit is contained in:
Arie Gurfinkel 2017-09-29 16:23:22 -04:00
parent e7815c703c
commit 9b050e8d30

View file

@ -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);