mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d465938496
commit
f67077b7ff
6 changed files with 6 additions and 6 deletions
|
@ -33,8 +33,8 @@ namespace smt {
|
|||
m(m),
|
||||
m_plugin(*reinterpret_cast<recfun::decl::plugin*>(m.get_plugin(get_family_id()))),
|
||||
m_util(m_plugin.u()),
|
||||
m_preds(m),
|
||||
m_disabled_guards(m),
|
||||
m_preds(m),
|
||||
m_enabled_guards(m),
|
||||
m_num_rounds(0),
|
||||
m_q_case_expand(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue