1
0
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:
ski
2014-04-17 15:48:25 +04:00
committed by abv
parent a874a4a076
commit 276130e701
5 changed files with 3 additions and 10 deletions

View File

@@ -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;