From 740df4b55747b7055681b74fae68f515c56311a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 18 Feb 2015 14:23:06 +0100 Subject: [PATCH] skip deprecation warnings --- Convex_hull_d/test/Convex_hull_d/chull_d-test.cpp | 2 ++ Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Convex_hull_d/test/Convex_hull_d/chull_d-test.cpp b/Convex_hull_d/test/Convex_hull_d/chull_d-test.cpp index ae48e4ac271..deb92fa0319 100644 --- a/Convex_hull_d/test/Convex_hull_d/chull_d-test.cpp +++ b/Convex_hull_d/test/Convex_hull_d/chull_d-test.cpp @@ -1,3 +1,5 @@ +#define CGAL_NO_DEPRECATION_WARNINGS + #include #include #include diff --git a/Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp b/Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp index 52ae3475956..8b4abb1aee5 100644 --- a/Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp +++ b/Convex_hull_d/test/Convex_hull_d/delaunay_d-test.cpp @@ -1,3 +1,5 @@ +#define CGAL_NO_DEPRECATION_WARNINGS + #include #include #include