Fix a warning

This commit is contained in:
Laurent Rineau 2023-02-13 15:44:03 +01:00
parent ca4ec2bbd6
commit daa2f6f23e
1 changed files with 1 additions and 1 deletions

View File

@ -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<Edge> search_first_intersection(CDT_3_face_index face_index,
std::optional<Edge> search_first_intersection(CDT_3_face_index /*face_index*/,
const CDT_2& cdt_2,
const auto& fh_region,
const Edge border_edge)