From 070a3ddc504b9c5a3ea8a606d6a3d81dccdd3664 Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 5 Mar 2012 23:01:59 +0300 Subject: Fix warning. --- geometry/robust_orientation.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'geometry') diff --git a/geometry/robust_orientation.cpp b/geometry/robust_orientation.cpp index b0595551fa..400833b914 100644 --- a/geometry/robust_orientation.cpp +++ b/geometry/robust_orientation.cpp @@ -2,6 +2,8 @@ #include "robust_orientation.hpp" +#include "../base/macros.hpp" + extern "C" { #include "../3party/robust/predicates.c" @@ -19,6 +21,7 @@ namespace m2 { namespace robust { static bool res = Init(); ASSERT_EQUAL ( res, true, () ); + UNUSED_VALUE(res); double a[] = { p1.x, p1.y }; double b[] = { p2.x, p2.y }; -- cgit v1.2.3