3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 11:07:51 +00:00

fix a few warnings

This commit is contained in:
Nuno Lopes 2019-10-09 14:09:33 +01:00
parent 4192c81fae
commit bc50b6bea2
5 changed files with 14 additions and 18 deletions

View file

@ -986,6 +986,7 @@ namespace nlsat {
bool check_already_added() const {
for (bool b : m_already_added_literal) {
(void)b;
SASSERT(!b);
}
return true;