From daa2f6f23e8a1dcac3e54500aa823c45a092ba15 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 13 Feb 2023 15:44:03 +0100 Subject: [PATCH] Fix a warning --- .../include/CGAL/Constrained_Delaunay_triangulation_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Triangulation_3/include/CGAL/Constrained_Delaunay_triangulation_3.h b/Triangulation_3/include/CGAL/Constrained_Delaunay_triangulation_3.h index 95b84e653ac..4a4533d3845 100644 --- a/Triangulation_3/include/CGAL/Constrained_Delaunay_triangulation_3.h +++ b/Triangulation_3/include/CGAL/Constrained_Delaunay_triangulation_3.h @@ -638,7 +638,7 @@ private: // Given a region and a border edge of it, returns an edge in the link of the // border edge that intersects the region. // The returned edge has its first vertex above the region. - std::optional search_first_intersection(CDT_3_face_index face_index, + std::optional search_first_intersection(CDT_3_face_index /*face_index*/, const CDT_2& cdt_2, const auto& fh_region, const Edge border_edge)