mirror of
https://github.com/Z3Prover/z3
synced 2025-09-08 18:51:26 +00:00
fix warnings and errors from the mint64 build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7cb9e7381d
commit
717f131942
6 changed files with 7 additions and 5 deletions
|
@ -201,6 +201,7 @@ private:
|
|||
if (!m_sorts.empty()) {
|
||||
proof* p1 = m.mk_pull_quant(fml, to_quantifier(fml1));
|
||||
premise = mk_modus_ponens(premise, p1);
|
||||
fml = fml1;
|
||||
}
|
||||
}
|
||||
head = fml0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue