0024059: Eliminate compiler warning C4701 in MSVC++ with warning level 4
[occt.git] / src / BRepFill / BRepFill_Filling.cxx
index 038aab0..6645231 100755 (executable)
@@ -497,7 +497,7 @@ void BRepFill_Filling::FindExtremitiesOfHoles(const TopTools_ListOfShape& WireLi
   while (! WireSeq.IsEmpty())
     {
       TopoDS_Vertex MinVtx;
-      Standard_Integer i, MinInd;
+      Standard_Integer i, MinInd = 1;
       Standard_Boolean IsLast = Standard_False;
       Standard_Real MinAngle = M_PI;