diff --git a/Polygon_mesh_processing/include/CGAL/stitch_polygon_mesh.h b/Polygon_mesh_processing/include/CGAL/stitch_polygon_mesh.h index 2090025f44d..864c6b2566d 100644 --- a/Polygon_mesh_processing/include/CGAL/stitch_polygon_mesh.h +++ b/Polygon_mesh_processing/include/CGAL/stitch_polygon_mesh.h @@ -103,7 +103,7 @@ struct Naive_border_stitching_modifier std::vector >& to_stitch; - Naive_border_stitching_modifier(PM& pmesh_, + Naive_border_stitching_modifier(PM& /* pmesh_ */, std::vector< std::pair >& to_stitch_) : to_stitch(to_stitch_)