mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024845: CLang warnings -Wunused-variable
Unused variables were removed.
This commit is contained in:
@@ -835,7 +835,7 @@ Standard_Boolean ShapeFix_IntersectionTool::FixSelfIntersectWire
|
||||
|
||||
// step 2 : intersection of non-adjacent edges
|
||||
ShapeFix_DataMapOfShapeBox2d boxes;
|
||||
Bnd_Box2d aTotalBox = CreateBoxes2d(sewd,face,boxes);
|
||||
(void)CreateBoxes2d(sewd,face,boxes);
|
||||
Handle(ShapeAnalysis_Surface) sas = new ShapeAnalysis_Surface(BRep_Tool::Surface(face));
|
||||
|
||||
NbSplit=0;
|
||||
|
Reference in New Issue
Block a user