mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
fix a few warnings
This commit is contained in:
parent
466c35100d
commit
19830bcd33
3 changed files with 5 additions and 2 deletions
|
@ -3661,7 +3661,7 @@ namespace Duality {
|
|||
for(unsigned j = 0; j < outs.size(); j++)
|
||||
for(unsigned k = 0; k < outs[j]->Children.size(); k++)
|
||||
chs.push_back(outs[j]->Children[k]);
|
||||
Edge *fedge = CreateEdge(node,tr,chs);
|
||||
CreateEdge(node,tr,chs);
|
||||
for(unsigned j = 0; j < outs.size(); j++)
|
||||
edges_to_delete.insert(outs[j]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue