3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 19:00:25 +00:00

Fixed variable initialization warning

This commit is contained in:
Christoph M. Wintersteiger 2017-03-24 14:49:24 +00:00
parent d10dec2218
commit 0399e5e2d3

View file

@ -816,7 +816,7 @@ namespace sat {
m_params.set_sym("phase", saved_phase);
int finished_id = -1;
std::string ex_msg;
par_exception_kind ex_kind;
par_exception_kind ex_kind = DEFAULT_EX;
unsigned error_code = 0;
lbool result = l_undef;
#pragma omp parallel for