mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
unused / return warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
13e335f062
commit
f5164d166b
2 changed files with 3 additions and 2 deletions
|
@ -81,6 +81,7 @@ namespace dd {
|
|||
}
|
||||
}
|
||||
SASSERT(well_formed());
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool pdd_manager::check_result(op_entry*& e1, op_entry const* e2, PDD a, PDD b, PDD c) {
|
||||
|
@ -231,6 +232,7 @@ namespace dd {
|
|||
}
|
||||
}
|
||||
SASSERT(well_formed());
|
||||
return pdd(zero_pdd, this);
|
||||
}
|
||||
|
||||
pdd_manager::PDD pdd_manager::minus_rec(PDD a) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue