From be3ef8cfa408f982a861a3849a94c9ff8162966a Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Thu, 17 Jul 2014 15:05:50 +0200 Subject: [PATCH] remove another warning for s2 pointer 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 c705086acfe..f4eee494036 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 @@ -244,7 +244,7 @@ namespace CGAL { // check if two points have the same x or y coordinate Point_2 const *s1; - Point_2 const *s2; + Point_2 const *s2 = NULL; Point_2 const *dx = NULL; // check if two points have the same x coordinate