From 3bebf1b352a8e8cafb1189ce948ffb402f20757f Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 28 Feb 2007 16:52:55 +0000 Subject: [PATCH] remove warning --- .../include/CGAL/Intersections_3/intersection_3_1_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intersections_3/include/CGAL/Intersections_3/intersection_3_1_impl.h b/Intersections_3/include/CGAL/Intersections_3/intersection_3_1_impl.h index beca00c419b..7ef1a453eeb 100644 --- a/Intersections_3/include/CGAL/Intersections_3/intersection_3_1_impl.h +++ b/Intersections_3/include/CGAL/Intersections_3/intersection_3_1_impl.h @@ -526,7 +526,7 @@ intersection(const typename CGAL_WRAP(K)::Ray_3 &ray, typedef typename K::RT RT; typedef typename K::FT FT; bool all_values = true; - FT _min = 0, _max; + FT _min = 0, _max = 0; // initialization to prevent compiler warning Point_3 const & _ref_point=ray.source(); Vector_3 const & _dir=ray.direction().vector(); Point_3 const & _iso_min=(box.min)();