unused variable

This commit is contained in:
Sébastien Loriot 2024-07-04 18:36:55 +02:00
parent 8905201e21
commit e95ea7cde7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ struct Allow_no_surface_crossing
: m_side_of_tmesh(mesh)
{}
bool operator()(vertex_descriptor v, Point_3 src, Point_3 tgt) const
bool operator()(vertex_descriptor, Point_3 src, Point_3 tgt) const
{
const CGAL::Bounded_side s_src = m_side_of_tmesh(src);
const CGAL::Bounded_side s_tgt = m_side_of_tmesh(tgt);