Salome HOME
#18963 Minimize compiler warnings
[modules/geom.git] / src / GEOMImpl / GEOMImpl_PartitionDriver.cxx
index 7f2791007377c9c9c17ddbfe5de4531b8af54d6f..6b5fe7b11d3d6a37503bfd2ffae19795cb158f32 100644 (file)
@@ -141,7 +141,7 @@ Standard_Integer GEOMImpl_PartitionDriver::Execute(Handle(TFunction_Logbook)& lo
     Handle(TColStd_HArray1OfInteger) aMaterials   = aCI.GetMaterials();
     //skl Standard_Boolean DoRemoveWebs = !aMaterials.IsNull();
 
-    unsigned int ind;
+    int ind;
     //unsigned int ind, nbshapes = 0;
     //nbshapes += aShapes->Length() + aTools->Length();
     //nbshapes += aKeepIns->Length() + aRemIns->Length();
@@ -559,4 +559,4 @@ GetCreationInformation(std::string&             theOperationName,
   return true;
 }
 
-IMPLEMENT_STANDARD_RTTIEXT (GEOMImpl_PartitionDriver,GEOM_BaseDriver);
+IMPLEMENT_STANDARD_RTTIEXT (GEOMImpl_PartitionDriver,GEOM_BaseDriver)