mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
build fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6f2a6da600
commit
dd90689339
4 changed files with 4 additions and 3 deletions
|
@ -26,6 +26,7 @@ namespace euf {
|
|||
arith::proof_checker* apc = alloc(arith::proof_checker, m);
|
||||
m_plugins.push_back(apc);
|
||||
apc->register_plugins(*this);
|
||||
(void)m;
|
||||
}
|
||||
|
||||
proof_checker::~proof_checker() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue