aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/correction.cpp
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-09-06 19:29:18 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-06 19:29:18 -0700
commitc144e8889e0174fe1ab3ba1210056b2028781173 (patch)
tree43818bcd3ecbdf7b38303b0949240169b411c862 /native/jni/src/correction.cpp
parent2a5ad5770781dd70f71722e26f4608581dd0a431 (diff)
parent217d24101dd74dbd66f0ef81cbf04da3f6d0305d (diff)
downloadlatinime-c144e8889e0174fe1ab3ba1210056b2028781173.tar.gz
latinime-c144e8889e0174fe1ab3ba1210056b2028781173.tar.xz
latinime-c144e8889e0174fe1ab3ba1210056b2028781173.zip
am 217d2410: am 7914e907: Add comments for meaningless lines
* commit '217d24101dd74dbd66f0ef81cbf04da3f6d0305d': Add comments for meaningless lines
Diffstat (limited to 'native/jni/src/correction.cpp')
-rw-r--r--native/jni/src/correction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/correction.cpp b/native/jni/src/correction.cpp
index 92cfd1a49..15a713122 100644
--- a/native/jni/src/correction.cpp
+++ b/native/jni/src/correction.cpp
@@ -55,7 +55,7 @@ inline static void dumpEditDistance10ForDebug(int *editDistanceTable,
}
AKLOGI("[ %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d ]",
c[0], c[1], c[2], c[3], c[4], c[5], c[6], c[7], c[8], c[9], c[10]);
- (void)c;
+ (void)c; // To suppress compiler warning
}
}
}