summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-05-24 20:19:19 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-24 20:19:19 +0000
commit323cb09f8965758e2ad4d4c0f7196d4307d2f953 (patch)
tree29fc2e1fbc6afdadfcff33747543a6352e0ca30d
parent892f4f594d0a158ef57ea0e2493822bc005edd49 (diff)
parente3d129de200cd3ddd9bd5c63c54f032808a14816 (diff)
downloadLegacyCamera-323cb09f8965758e2ad4d4c0f7196d4307d2f953.zip
LegacyCamera-323cb09f8965758e2ad4d4c0f7196d4307d2f953.tar.gz
LegacyCamera-323cb09f8965758e2ad4d4c0f7196d4307d2f953.tar.bz2
Merge "Fix misc-macro-parentheses warnings." am: d2cf3bda69
am: e3d129de20 * commit 'e3d129de200cd3ddd9bd5c63c54f032808a14816': Fix misc-macro-parentheses warnings. Change-Id: If3860faa8b582fa71a0aae72f5d7b795f53bf98a
-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))