mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +00:00
fix a few warnings
This commit is contained in:
parent
4192c81fae
commit
bc50b6bea2
5 changed files with 14 additions and 18 deletions
|
@ -272,7 +272,7 @@ void fpa2bv_converter::mk_uf(func_decl * f, unsigned num, expr * const * args, e
|
|||
{
|
||||
TRACE("fpa2bv", tout << "UF: " << mk_ismt2_pp(f, m) << std::endl; );
|
||||
|
||||
expr_ref fapp(m), feq(m);
|
||||
expr_ref fapp(m);
|
||||
sort_ref rng(m);
|
||||
app_ref bv_app(m), flt_app(m);
|
||||
rng = f->get_range();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue