mirror of
https://github.com/Z3Prover/z3
synced 2026-07-17 20:45:45 +00:00
fix build warnings
This commit is contained in:
parent
86737e11ea
commit
cb3d058067
19 changed files with 22 additions and 29 deletions
|
|
@ -239,7 +239,7 @@ namespace bv {
|
|||
}
|
||||
|
||||
|
||||
static void test_eval1() {
|
||||
[[maybe_unused]] static void test_eval1() {
|
||||
ast_manager m;
|
||||
reg_decl_plugins(m);
|
||||
bv_util bv(m);
|
||||
|
|
@ -262,7 +262,7 @@ static void test_eval1() {
|
|||
}
|
||||
}
|
||||
|
||||
static void test_repair1() {
|
||||
[[maybe_unused]] static void test_repair1() {
|
||||
ast_manager m;
|
||||
reg_decl_plugins(m);
|
||||
bv_util bv(m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue