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:
@@ -786,7 +786,6 @@ static Standard_Integer SPLS(Draw_Interpretor& ,
|
||||
}
|
||||
TopAbs_ShapeEnum wtyp = W.ShapeType();
|
||||
if (wtyp != TopAbs_WIRE && wtyp != TopAbs_EDGE && wtyp != TopAbs_COMPOUND && pick) {
|
||||
Standard_Real u,v;
|
||||
DBRep_DrawableShape::LastPick(W,u,v);
|
||||
wtyp = W.ShapeType();
|
||||
}
|
||||
|
Reference in New Issue
Block a user