0024059: Eliminate compiler warning C4701 in MSVC++ with warning level 4
[occt.git] / src / BOPAlgo / BOPAlgo_PaveFiller_6.cxx
index 977430f..0227710 100644 (file)
@@ -478,7 +478,7 @@ void BOPAlgo_PaveFiller::PerformFF()
   }
   //
   Standard_Boolean bHasPaveBlocks, bOld;
-  Standard_Integer iErr, nSx, nVSD, iX, iP, iC, j, nV, iV, iE, k;
+  Standard_Integer iErr, nSx, nVSD, iX, iP, iC, j, nV, iV = 0, iE, k;
   Standard_Integer jx;
   Standard_Real aT;
   Standard_Integer aNbLPBx;