mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 09:31:14 +00:00
fixes to build warnings
This commit is contained in:
parent
2ac6f8bb06
commit
826835fd7c
21 changed files with 20 additions and 65 deletions
|
|
@ -1030,6 +1030,7 @@ namespace datalog {
|
|||
}
|
||||
new_rels.push_back(irel);
|
||||
}
|
||||
(void)old_remain;
|
||||
SASSERT(old_remain==0); //the new specification must be a superset of the old one
|
||||
m_relations = new_rels;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue