mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 19:53:34 +00:00
fix build warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
01299dacbf
commit
4f575d3158
|
@ -20,8 +20,8 @@ int_solver::patcher::patcher(int_solver& lia):
|
|||
lrac(lia.lrac),
|
||||
m_num_nbasic_patches(0),
|
||||
m_patch_cost(0),
|
||||
m_delay(0),
|
||||
m_next_patch(0)
|
||||
m_next_patch(0),
|
||||
m_delay(0)
|
||||
{}
|
||||
|
||||
bool int_solver::patcher::should_apply() {
|
||||
|
|
Loading…
Reference in a new issue