3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 04:28:17 +00:00

fix warning

This commit is contained in:
Murphy Berzish 2017-05-01 10:43:33 -04:00
parent 2f56d128b0
commit 3bce61e0d4

View file

@ -62,7 +62,6 @@ namespace smt {
m_is_diseq_tmp(0),
m_units_to_reassert(m_manager),
m_qhead(0),
m_th_case_split_qhead(0),
m_simp_qhead(0),
m_simp_counter(0),
m_bvar_inc(1.0),
@ -75,6 +74,7 @@ namespace smt {
m_unsat_proof(m),
m_unknown("unknown"),
m_unsat_core(m),
m_th_case_split_qhead(0),
#ifdef Z3DEBUG
m_trail_enabled(true),
#endif