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:
parent
d97bd48669
commit
9a237d55ca
3 changed files with 2 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue