mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
Fix warning on FreeBSD
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
9674f511b3
commit
08789b69d4
1 changed files with 1 additions and 1 deletions
|
@ -443,4 +443,4 @@ br_status float_rewriter::mk_eq_core(expr * arg1, expr * arg2, expr_ref & result
|
||||||
|
|
||||||
br_status float_rewriter::mk_to_ieee_bv(expr * arg1, expr_ref & result) {
|
br_status float_rewriter::mk_to_ieee_bv(expr * arg1, expr_ref & result) {
|
||||||
return BR_FAILED;
|
return BR_FAILED;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue