3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 03:27:52 +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

@ -1685,6 +1685,7 @@ namespace nlsat {
bool check_marks() {
for (unsigned m : m_marks) {
(void)m;
SASSERT(m == 0);
}
return true;