From ff3ed2902bb94a35c58bb925512edf85bbb7ba07 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Sat, 3 Mar 2007 09:02:08 +0000 Subject: [PATCH] remove warnings --- Interpolation/include/CGAL/natural_neighbor_coordinates_3.h | 2 +- Interpolation/include/CGAL/surface_neighbor_coordinates_3.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Interpolation/include/CGAL/natural_neighbor_coordinates_3.h b/Interpolation/include/CGAL/natural_neighbor_coordinates_3.h index 8222e9b5386..2875cdde565 100644 --- a/Interpolation/include/CGAL/natural_neighbor_coordinates_3.h +++ b/Interpolation/include/CGAL/natural_neighbor_coordinates_3.h @@ -280,7 +280,7 @@ sibson_natural_neighbor_coordinates_3(const Dt& dt, } template -bool is_correct_natural_neighborhood(const Dt& dt, +bool is_correct_natural_neighborhood(const Dt& /*dt*/, const typename Dt::Geom_traits::Point_3 & Q, InputIterator it_begin, InputIterator it_end, const typename Dt::Geom_traits::FT & norm_coeff) diff --git a/Interpolation/include/CGAL/surface_neighbor_coordinates_3.h b/Interpolation/include/CGAL/surface_neighbor_coordinates_3.h index b30771d12ef..19b33128c6b 100644 --- a/Interpolation/include/CGAL/surface_neighbor_coordinates_3.h +++ b/Interpolation/include/CGAL/surface_neighbor_coordinates_3.h @@ -38,7 +38,7 @@ surface_neighbor_coordinates_3(InputIterator const typename Kernel::Point_3& p, const typename Kernel::Vector_3& normal, OutputIterator out, - const Kernel& K) + const Kernel&) { typedef Voronoi_intersection_2_traits_3 I_gt; return surface_neighbor_coordinates_3(first, beyond, p, out, I_gt(p,normal));