diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2016-05-24 19:56:02 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-05-24 19:56:02 +0000 |
commit | d2cf3bda69b1286b6d2736a4e66a7e8b9cacc153 (patch) | |
tree | 7339621557d0a22d0a617d78256077b1e0f76913 | |
parent | 8e2f0e48cb3d2209f1cf818b6cf8c4bd95645783 (diff) | |
parent | a00c8e757493669d38c16e767e7d18712ffe4a41 (diff) | |
download | LegacyCamera-d2cf3bda69b1286b6d2736a4e66a7e8b9cacc153.zip LegacyCamera-d2cf3bda69b1286b6d2736a4e66a7e8b9cacc153.tar.gz LegacyCamera-d2cf3bda69b1286b6d2736a4e66a7e8b9cacc153.tar.bz2 |
Merge "Fix misc-macro-parentheses warnings."
-rw-r--r-- | jni/feature_mos/src/mosaic/Delaunay.cpp | 2 |
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)) |