3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

fix build warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-09-15 10:54:01 +02:00
parent b25e8e2288
commit f94152c857
2 changed files with 3 additions and 3 deletions

View file

@ -69,8 +69,8 @@ public:
m_asmsf(m),
m_fmls_head(0),
m_core(m),
m_bb_rewriter(m, p),
m_map(m),
m_bb_rewriter(m, p),
m_num_scopes(0),
m_dep_core(m) {
m_params.set_bool("elim_vars", false);