mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00: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:
@@ -473,7 +473,7 @@ static void SearchDirection(const math_Matrix& DF,
|
||||
Direction, Dy);
|
||||
}
|
||||
else if (Cons == Ninc) { // il n'y a plus rien a faire...
|
||||
for(Standard_Integer i = Direction.Lower(); i <= Direction.Upper(); i++) {
|
||||
for(i = Direction.Lower(); i <= Direction.Upper(); i++) {
|
||||
Direction(i) = 0;
|
||||
}
|
||||
Dy = 0;
|
||||
|
Reference in New Issue
Block a user