3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix misc build warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-01-11 17:41:24 -08:00
parent d97bd48669
commit 9a237d55ca
3 changed files with 2 additions and 6 deletions

View file

@ -699,7 +699,7 @@ namespace lp {
return;
lar_term t;
auto const& col = m_columns[j];
//auto const& col = m_columns[j];
auto const& r = basic2row(j);
for (auto const& c : r) {
if (c.var() != j)