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:
parent
d10dec2218
commit
0399e5e2d3
1 changed files with 19 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue