summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-05-12 10:19:46 -0700
committerChih-Hung Hsieh <chh@google.com>2016-05-12 10:19:46 -0700
commita00c8e757493669d38c16e767e7d18712ffe4a41 (patch)
tree7339621557d0a22d0a617d78256077b1e0f76913
parent8e2f0e48cb3d2209f1cf818b6cf8c4bd95645783 (diff)
downloadLegacyCamera-a00c8e757493669d38c16e767e7d18712ffe4a41.zip
LegacyCamera-a00c8e757493669d38c16e767e7d18712ffe4a41.tar.gz
LegacyCamera-a00c8e757493669d38c16e767e7d18712ffe4a41.tar.bz2
Fix misc-macro-parentheses warnings.
Bug: 28705665 Change-Id: I034d8a7ff0ca6dbe179f5362f601cffc5b9522cf
-rw-r--r--jni/feature_mos/src/mosaic/Delaunay.cpp2
1 files changed, 1 insertions, 1 deletions
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))