mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 11:16:54 +00:00
compile warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1d1a01c6cc
commit
fc51067207
2 changed files with 3 additions and 5 deletions
|
|
@ -369,8 +369,8 @@ namespace euf {
|
|||
|
||||
ho_matcher(ast_manager& m, trail_stack &trail) :
|
||||
m(m),
|
||||
m_subst(m),
|
||||
m_trail(trail),
|
||||
m_subst(m),
|
||||
m_goals(*this, m),
|
||||
m_unitary(m),
|
||||
m_rewriter(m),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue