diff --git a/src/ifcgeom/IfcGeomFunctions.cpp b/src/ifcgeom/IfcGeomFunctions.cpp index 840aa52102..e7698fabdd 100644 --- a/src/ifcgeom/IfcGeomFunctions.cpp +++ b/src/ifcgeom/IfcGeomFunctions.cpp @@ -3795,7 +3795,7 @@ IfcGeom::Kernel::faceset_helper::faceset_helper(Kernel* kernel, const IfcSchema: std::map, int> edge_use; - for (int i = 0; i < pnts.size(); ++i) { + for (int i = 0; i < (int) pnts.size(); ++i) { if (pnts[i]) { std::set vs; find_neighbours(tree, pnts, vs, i, eps_);