mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 09:15:47 +00:00
Fixed initialization order and unused variable warnings.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
7c282d3719
commit
0cd406ca0b
4 changed files with 8 additions and 8 deletions
|
@ -40,8 +40,8 @@ namespace smt {
|
|||
m_max_cexs(1),
|
||||
m_iteration_idx(0),
|
||||
m_curr_model(0),
|
||||
m_new_instances_bindings(m),
|
||||
m_cancel(false) {
|
||||
m_cancel(false),
|
||||
m_new_instances_bindings(m) {
|
||||
}
|
||||
|
||||
model_checker::~model_checker() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue