mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
compile warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6352340478
commit
9b6ac45e02
3 changed files with 8 additions and 7 deletions
|
@ -529,8 +529,8 @@ void test_div(unsigned bvsize) {
|
|||
Z3_del_context(ctx);
|
||||
}
|
||||
|
||||
typedef Z3_ast (Z3_API *NO_OVFL_ARITH_FUNC)(Z3_context ctx, Z3_ast t1, Z3_ast t2, bool is_signed);
|
||||
typedef Z3_ast (Z3_API *ARITH_FUNC)(Z3_context ctx, Z3_ast t1, Z3_ast t2);
|
||||
typedef Z3_ast (*NO_OVFL_ARITH_FUNC)(Z3_context ctx, Z3_ast t1, Z3_ast t2, bool is_signed);
|
||||
typedef Z3_ast (*ARITH_FUNC)(Z3_context ctx, Z3_ast t1, Z3_ast t2);
|
||||
|
||||
typedef enum { OVFL_FUNC, UDFL_FUNC } overflow_type;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue