mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
fix warnings for unused variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ec565ae7a0
commit
96e157e201
38 changed files with 180 additions and 184 deletions
|
@ -923,6 +923,7 @@ namespace pdr {
|
|||
if (p->get_decl_kind() == PR_ASSERTED &&
|
||||
bs.contains(m.get_fact(p))) {
|
||||
expr* fact = m.get_fact(p);
|
||||
(void)p0;
|
||||
TRACE("farkas_learner",
|
||||
tout << mk_ll_pp(p0,m) << "\n";
|
||||
tout << "Add: " << mk_pp(p,m) << "\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue