From fd1f51e98757a906f73ca6ed8b7ca8672d7c36a2 Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Mon, 14 Apr 2014 12:55:01 +0200 Subject: [PATCH] remove warning for have_common_qr Signed-off-by: Panagiotis Cheilaris --- .../Voronoi_vertex_sqrt_field_new_C2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h index d09d20b5a4a..9fbe6ecdc07 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h @@ -817,7 +817,8 @@ private: bool is_qsrc_r = is_endpoint_of(sq.source_site(), sr); bool is_qtrg_r = is_endpoint_of(sq.target_site(), sr); bool have_common_pq = is_psrc_q or is_ptrg_q; - bool have_common_qr = is_qsrc_r or is_qtrg_r; + CGAL_SDG_DEBUG( + bool have_common_qr = is_qsrc_r or is_qtrg_r; ); bool have_common_rp = is_psrc_r or is_ptrg_r; CGAL_SDG_DEBUG(