mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
deal with warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4f9a27693d
commit
44b0b0148b
2 changed files with 2 additions and 1 deletions
|
@ -439,6 +439,7 @@ void asserted_formulas::commit(unsigned new_qhead) {
|
|||
justified_expr const& j = m_formulas[i];
|
||||
update_substitution(j.get_fml(), j.get_proof());
|
||||
}
|
||||
(void)new_sub;
|
||||
m_qhead = new_qhead;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue