3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

deal with compiler warnings (unused variables etc)

This commit is contained in:
Nikolaj Bjorner 2023-02-18 17:53:37 -08:00
parent 6092bf534c
commit c0f80f92ba
8 changed files with 14 additions and 23 deletions

View file

@ -1604,7 +1604,7 @@ namespace smt {
std::cout << B << "\n";
}
#endif
SASSERT(is_sat != l_true);
VERIFY(is_sat != l_true);
return true;
}