mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024162: Eliminate CLang compiler warning
Got rid from most cases of appearance '-Wunused-private-field' warning
This commit is contained in:
@@ -2030,7 +2030,7 @@ void BRepMesh_Delaun::RemoveVertex( const BRepMesh_Vertex& theVertex )
|
||||
void BRepMesh_Delaun::AddVertices( BRepMesh_Array1OfVertexOfDelaun& theVertices )
|
||||
{
|
||||
BRepMesh_HeapSortVertexOfDelaun::Sort( theVertices,
|
||||
BRepMesh_ComparatorOfVertexOfDelaun( SortingDirection, Precision ) );
|
||||
BRepMesh_ComparatorOfVertexOfDelaun( SortingDirection ) );
|
||||
|
||||
Standard_Integer aLower = theVertices.Lower();
|
||||
Standard_Integer anUpper = theVertices.Upper();
|
||||
|
Reference in New Issue
Block a user