From d2c07e03ae0fcd31b3fbdd9a6d816d0cc68a59b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 16 Apr 2025 18:39:45 +0200 Subject: [PATCH] fix warning --- .../include/CGAL/Polygon_mesh_processing/refine_with_plane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine_with_plane.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine_with_plane.h index c061d2e11a4..0ff163b8eb2 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine_with_plane.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine_with_plane.h @@ -49,7 +49,7 @@ struct Default_cut_visitor void before_edge_split(halfedge_descriptor, PolygonMesh&) {} void edge_split(halfedge_descriptor, PolygonMesh&) {} void after_edge_split(){} - void add_retriangulation_edge(halfedge_descriptor h, const PolygonMesh& pm){} + void add_retriangulation_edge(halfedge_descriptor, const PolygonMesh&){} /// @} /// @name Functions used when a new vertex is created