diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h index 83d7be337e4..71351e37125 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_hole.h @@ -46,7 +46,7 @@ namespace Polygon_mesh_processing { #ifndef DOXYGEN_RUNNING void start_planar_phase() const {} void end_planar_phase(bool) const {} - void start_quadratic_phase(int /* n */) const {} + void start_quadratic_phase(std::size_t /* n */) const {} void quadratic_step() const {} void end_quadratic_phase(bool) const {} void start_cubic_phase(int /* n */) const {}