3
0
Fork 0
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:
Nikolaj Bjorner 2022-05-08 10:31:11 -07:00
parent d58de2f8e4
commit 7def610a69
3 changed files with 3 additions and 4 deletions

View file

@ -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;
}