mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
misc warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ada873631e
commit
b723e1093b
4 changed files with 8 additions and 8 deletions
|
@ -284,6 +284,7 @@ namespace euf {
|
|||
tout << "Failed to validate " << n->bool_var() << " " << bpp(n) << " " << mdl(e) << "\n";
|
||||
s().display(tout);
|
||||
tout << mdl << "\n";);
|
||||
(void)first;
|
||||
first = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -121,7 +121,6 @@ namespace fpa {
|
|||
|
||||
bool solver::post_visit(expr* e, bool sign, bool root) {
|
||||
euf::enode* n = expr2enode(e);
|
||||
app* a = to_app(e);
|
||||
SASSERT(!n || !n->is_attached_to(get_id()));
|
||||
if (!n)
|
||||
n = mk_enode(e, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue