mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0026586: Eliminate compile warnings obtained by building occt with vc14: declaration of local variable hides previous local declaration
Eliminated warnings about "declaration of some local variable hides previous local declaration"
This commit is contained in:
@@ -4121,7 +4121,6 @@ void BRepBuilderAPI_Sewing::CreateSewedShape()
|
||||
if (IndexMerged.Contains(i)) continue;
|
||||
TopoDS_Shell shell = TopoDS::Shell(OldShells.FindKey(i));
|
||||
if (NewShell.IsNull()) {
|
||||
BRep_Builder aB;
|
||||
aB.MakeShell(NewShell);
|
||||
TopoDS_Iterator aItSS(shell) ;
|
||||
for( ; aItSS.More(); aItSS.Next())
|
||||
|
Reference in New Issue
Block a user