mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
address clang warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0c1b68b598
commit
20598e3bd2
2 changed files with 2 additions and 2 deletions
|
@ -1776,6 +1776,7 @@ void solve_rational() {
|
|||
solver.find_maximal_solution();
|
||||
lp_assert(solver.get_status() == lp_status::OPTIMAL);
|
||||
for (const auto & it : expected_sol) {
|
||||
(void)it;
|
||||
lp_assert(it.second == solver.get_column_value_by_name(it.first));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue