From a00c8e757493669d38c16e767e7d18712ffe4a41 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 12 May 2016 10:19:46 -0700 Subject: Fix misc-macro-parentheses warnings. Bug: 28705665 Change-Id: I034d8a7ff0ca6dbe179f5362f601cffc5b9522cf --- jni/feature_mos/src/mosaic/Delaunay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/feature_mos/src/mosaic/Delaunay.cpp b/jni/feature_mos/src/mosaic/Delaunay.cpp index 0ce09fc..82f5d20 100644 --- a/jni/feature_mos/src/mosaic/Delaunay.cpp +++ b/jni/feature_mos/src/mosaic/Delaunay.cpp @@ -24,7 +24,7 @@ #define QQ 9 // Optimal value as determined by testing #define DM 38 // 2^(1+DM/2) element sort capability. DM=38 for >10^6 elements -#define NYL -1 +#define NYL (-1) #define valid(l) ccw(orig(basel), dest(l), dest(basel)) -- cgit v1.1