0023947: Eliminate trivial compiler warnings in MSVC++ with warning level 4
[occt.git] / src / BOPAlgo / BOPAlgo_WireSplitter.cxx
index a2ff1b9..0394e42 100644 (file)
     //
     aMVP.Add(aV);
     //
-    while(1) {
+    for(;;) {
       aNbVP=aMVP.Extent();
       for (k=1; k<=aNbVP; ++k) {
         const TopoDS_Shape& aVP=aMVP(k);