mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +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
|
@ -466,7 +466,7 @@ public:
|
|||
return false;
|
||||
TRACE("nla_solver", tout << "j" << j << " not blocked\n";);
|
||||
impq delta = get_column_value(j) - ival;
|
||||
for (const auto &c : A_r().column(j)) {
|
||||
for (auto c : A_r().column(j)) {
|
||||
unsigned row_index = c.var();
|
||||
const mpq & a = c.coeff();
|
||||
unsigned rj = m_mpq_lar_core_solver.m_r_basis[row_index];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue