mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d58de2f8e4
commit
7def610a69
3 changed files with 3 additions and 4 deletions
|
@ -2699,7 +2699,7 @@ namespace pb {
|
|||
}
|
||||
}
|
||||
++m_stats.m_num_big_strengthenings;
|
||||
constraint* c = add_pb_ge(sat::null_literal, wlits, b, p.learned());
|
||||
add_pb_ge(sat::null_literal, wlits, b, p.learned());
|
||||
p.set_removed();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue