Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Validators.cpp
index 0a3776babc5f5ac145ae0ece927eca7f3f3f544b..78f8e6c9d7960d9b2b2ddc1442c8e8945c1d24b3 100644 (file)
@@ -243,7 +243,7 @@ bool BuildPlugin_ValidatorBaseForFace::isValid(const std::shared_ptr<ModelAPI_Fe
     }
     GeomShapePtr aSectedEdges = aPaveFiller.shape();
 
-    int anEdgesNum = 0;
+    size_t anEdgesNum = 0;
     for(GeomAPI_ShapeExplorer
         anExp(aSectedEdges, GeomAPI_Shape::EDGE); anExp.more(); anExp.next()) {
       anEdgesNum++;