mirror of https://github.com/CGAL/cgal
Fix warning for empty body of while loop
This commit is contained in:
parent
a4307087db
commit
b50e1cea03
|
|
@ -115,7 +115,7 @@ bool Mesh_cutter::extend()
|
|||
m_pBackbone->remove(pHalfedge);
|
||||
|
||||
// simplify current backbone
|
||||
while(simplify());
|
||||
while(simplify()) {}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue