diff --git a/Arrangement_2/include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h b/Arrangement_2/include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h index 55f358d6389..75ed353303e 100644 --- a/Arrangement_2/include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h +++ b/Arrangement_2/include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h @@ -247,7 +247,7 @@ class Sweep_line_do_curves_x_visitor : public Empty_visitor } - bool after_handle_event(Event* event,SL_iterator iter, bool flag) + bool after_handle_event(Event* event,SL_iterator , bool ) { if(event->is_intersection() || event->is_weak_intersection() ||