From c70fc29971ee9c9e837b3d8fca8fa9f55e17ef59 Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Thu, 17 Jul 2014 14:33:17 +0200 Subject: [PATCH] remove dx warning in Side_of_bounded_square_2.h Signed-off-by: Panagiotis Cheilaris --- .../include/CGAL/Side_of_bounded_square_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h index ad9d1781b7a..c705086acfe 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h @@ -246,7 +246,7 @@ namespace CGAL { Point_2 const *s1; Point_2 const *s2; - Point_2 const *dx; + Point_2 const *dx = NULL; // check if two points have the same x coordinate bool exist_two_with_same_x (false); if (samex_pq) {