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:
parent
4192c81fae
commit
bc50b6bea2
5 changed files with 14 additions and 18 deletions
|
@ -1685,6 +1685,7 @@ namespace nlsat {
|
|||
|
||||
bool check_marks() {
|
||||
for (unsigned m : m_marks) {
|
||||
(void)m;
|
||||
SASSERT(m == 0);
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue