mirror of https://github.com/CGAL/cgal
Fix a warning
This commit is contained in:
parent
ca4ec2bbd6
commit
daa2f6f23e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue