3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 18:00:23 +00:00

remove some warnings with clang

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2023-11-02 15:34:41 -07:00
parent 08d3a82ce0
commit 14312ef8a3
2 changed files with 2 additions and 4 deletions

View file

@ -122,8 +122,7 @@ namespace dd {
solver::scoped_process::~scoped_process() {
if (e) {
pdd const& p = e->poly();
SASSERT(!p.is_val());
SASSERT(!e->poly().is_val());
g.push_equation(processed, e);
}
}