Fix some build warnings.
authorCarbo Kuo <carbokuo@google.com>
Sun, 9 Jun 2013 06:44:19 +0000 (14:44 +0800)
committerCarbo Kuo <carbokuo@google.com>
Sun, 9 Jun 2013 06:44:19 +0000 (14:44 +0800)
hangul/hangulctype.c
hangul/hangulinputcontext.c

index 4ba2415..6cac081 100644 (file)
@@ -1344,7 +1344,7 @@ hangul_syllable_to_jaso(ucschar syllable,
                        ucschar* jungseong,
                        ucschar* jongseong)
 {
-    return hangul_syllable_to_jamo(syllable, choseong, jungseong, jongseong);
+    hangul_syllable_to_jamo(syllable, choseong, jungseong, jongseong);
 }
 
 static inline bool 
index 0915c76..cad64fb 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <ctype.h>
 #include <inttypes.h>
 #include <limits.h>