mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
fix uninitialized variable warnings
This commit is contained in:
parent
27cc928631
commit
648cf9602e
5 changed files with 10 additions and 10 deletions
|
@ -105,7 +105,7 @@ bool rewriter_tpl<Config>::process_const(app * t0) {
|
|||
return true;
|
||||
}
|
||||
m_r = t;
|
||||
// fall through
|
||||
Z3_fallthrough;
|
||||
case BR_DONE:
|
||||
result_stack().push_back(m_r.get());
|
||||
if (ProofGen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue