From 3823b3bbc02605384a150bb9b8eaeca4cacddb83 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 30 Jul 2008 09:54:22 +0000 Subject: [PATCH] Add {} after empty else block to remove warnings --- Convex_hull_d/test/Convex_hull_d/include/CGAL/test_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Convex_hull_d/test/Convex_hull_d/include/CGAL/test_macros.h b/Convex_hull_d/test/Convex_hull_d/include/CGAL/test_macros.h index 981dd9e5c1c..7cede2731f8 100644 --- a/Convex_hull_d/test/Convex_hull_d/include/CGAL/test_macros.h +++ b/Convex_hull_d/test/Convex_hull_d/include/CGAL/test_macros.h @@ -10,7 +10,7 @@ #define CGAL_TEST(b) if (!(b)) { ++cgal_test_res; \ std::cerr<<"ERROR: ("<<__LINE__ <<") test "<<#b<<" failed."<