From e50314d6d0d22703b1ccb2b9ae15bfbcc092dc80 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Sun, 30 Dec 2007 15:20:18 +0000 Subject: [PATCH] Remove warnings for empty body of for loops. --- .../include/CGAL/Min_sphere_d/Optimisation_sphere_d.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Min_sphere_d/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h b/Min_sphere_d/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h index 964d31062a3..ba5bb8fcb96 100644 --- a/Min_sphere_d/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h +++ b/Min_sphere_d/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h @@ -167,7 +167,7 @@ CGAL_END_NAMESPACE { // store q_m = p by copying its cartesian coordinates into q[m] It i(tco.access_coordinates_begin_d_object()(p)); FT *o; - for (o=q[m]; o