mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55: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
|
@ -103,7 +103,7 @@ namespace lp {
|
|||
}
|
||||
usual_delta:
|
||||
mpq delta = zero_of_type<mpq>();
|
||||
for (const auto & p : t)
|
||||
for (lar_term::ival p : t)
|
||||
if (lia.column_is_int(p.column()))
|
||||
delta += abs(p.coeff());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue