From 3bce61e0d432261ae173ac77659c773aa148940e Mon Sep 17 00:00:00 2001 From: Murphy Berzish Date: Mon, 1 May 2017 10:43:33 -0400 Subject: [PATCH] fix warning --- src/smt/smt_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smt/smt_context.cpp b/src/smt/smt_context.cpp index af1e94e62..9a841ea26 100644 --- a/src/smt/smt_context.cpp +++ b/src/smt/smt_context.cpp @@ -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