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:
parent
e9abdbb7a4
commit
26440ed3d8
3 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue