mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
deal with compiler warnings, from MacOS CI build
This commit is contained in:
parent
7eceeff349
commit
f29a596070
13 changed files with 19 additions and 25 deletions
|
@ -223,9 +223,6 @@ namespace array {
|
|||
args1.push_back(k);
|
||||
args2.push_back(k);
|
||||
}
|
||||
std::cout << "e1: " << mk_pp(e1, m) << "\n";
|
||||
std::cout << "e2: " << mk_pp(e2, m) << "\n";
|
||||
std::cout << "funcs: " << funcs << "\n";
|
||||
expr_ref sel1(a.mk_select(args1), m);
|
||||
expr_ref sel2(a.mk_select(args2), m);
|
||||
literal lit1 = eq_internalize(e1, e2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue