From d59468abc95e1ec0af8a32f274411c27d293c032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 15 Nov 2012 12:44:24 +0100 Subject: [PATCH] remove warning --- Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_3.h b/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_3.h index 831060262eb..f92b20db158 100644 --- a/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_3.h +++ b/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_3.h @@ -41,7 +41,7 @@ namespace CGAL { static const int D = 3; // dimension public: // accessors: - static inline const FT radius(const Sphere& s) { + static inline const FT radius(const Sphere& /*s*/) { return 0; }