3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-03 22:05:45 +00:00

deal with ubuntu/clang warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-11-29 15:45:19 -08:00
parent e9abdbb7a4
commit 26440ed3d8
3 changed files with 2 additions and 2 deletions

View file

@ -884,7 +884,7 @@ namespace lp {
};
auto _check_feasible = [&](void) {
auto st = lra.find_feasible_solution();
lra.find_feasible_solution();
if (!lra.is_feasible() && !settings().get_cancel_flag()) {
lra.get_infeasibility_explanation(*m_ex);
return false;