mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 16:27:37 +00:00
Fix all build warnings with surgical changes
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
b5407d7302
commit
119008b46f
5 changed files with 11 additions and 5 deletions
|
|
@ -2413,7 +2413,7 @@ namespace smt {
|
|||
\warning This method will not invoke reset_cache_generation.
|
||||
*/
|
||||
unsigned context::pop_scope_core(unsigned num_scopes) {
|
||||
unsigned units_to_reassert_lim;
|
||||
unsigned units_to_reassert_lim = 0;
|
||||
|
||||
try {
|
||||
if (m.has_trace_stream() && !m_is_auxiliary)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue