mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
fix some build warnings exposed in #5005
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8fffc03263
commit
b56372fe76
3 changed files with 4 additions and 3 deletions
|
@ -1795,7 +1795,7 @@ namespace nlsat {
|
|||
}
|
||||
|
||||
void resolve_clause(bool_var b, clause const & c) {
|
||||
TRACE("nlsat_resolve", tout << "resolving clause for b: " << b << "\n";);
|
||||
TRACE("nlsat_resolve", tout << "resolving clause for b: " << b << "\n"; display(tout, c) << "\n";);
|
||||
resolve_clause(b, c.size(), c.c_ptr());
|
||||
m_lemma_assumptions = m_asm.mk_join(static_cast<_assumption_set>(c.assumptions()), m_lemma_assumptions);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue