Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Fabri <[email protected]>
  • Loading branch information
sloriot and afabri authored Nov 6, 2024
1 parent 75d3d30 commit 13328c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct Custom_initial_points_generator
const CGAL::Image_3& image_;

template <typename OutputIterator>
OutputIterator operator()(OutputIterator pts, int n = 20) const
OutputIterator operator()(OutputIterator pts, int) const
{
typedef Tr::Geom_traits Gt;
typedef Gt::Point_3 Point_3;
Expand Down

0 comments on commit 13328c3

Please sign in to comment.