From 31de650d16cdedf0b4d9fcf46c9edd21d14aa12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 13 Nov 2018 09:10:20 +0100 Subject: [PATCH] workaround warning --- Bounding_volumes/include/CGAL/rectangular_3_center_2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bounding_volumes/include/CGAL/rectangular_3_center_2.h b/Bounding_volumes/include/CGAL/rectangular_3_center_2.h index f452d894a4f..6a74bf65e88 100644 --- a/Bounding_volumes/include/CGAL/rectangular_3_center_2.h +++ b/Bounding_volumes/include/CGAL/rectangular_3_center_2.h @@ -895,7 +895,8 @@ rectangular_3_center_2_type2( // lower bound for the diameter (2 * radius) // also store the corresponding positions of q_t and q_r FT rho_max = 0, rho_min = -1, q_t_q_r_cover_at_rho_min = 0; - Point q_t_at_rho_max, q_r_at_rho_max, q_t_at_rho_min, q_r_at_rho_min; + Point q_t_at_rho_max(CGAL::ORIGIN), q_r_at_rho_max(CGAL::ORIGIN), + q_t_at_rho_min(CGAL::ORIGIN), q_r_at_rho_min(CGAL::ORIGIN); RandomAccessIterator s_at_rho_min = s, e_at_rho_min = s; #ifndef CGAL_3COVER_NO_CHECK_OPTIMUM_FIRST