3
0
Fork 0
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:
Nikolaj Bjorner 2025-07-21 16:20:08 -07:00
parent 1d1a01c6cc
commit fc51067207
2 changed files with 3 additions and 5 deletions

View file

@ -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),