diff Wnn/jutil/ujisf.c @ 28:a7ccf412ba02

more warning suppression
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 06 Mar 2010 23:24:53 +0900
parents c966456648ad
children
line wrap: on
line diff
--- a/Wnn/jutil/ujisf.c	Sat Mar 06 18:29:27 2010 +0900
+++ b/Wnn/jutil/ujisf.c	Sat Mar 06 23:24:53 2010 +0900
@@ -276,7 +276,7 @@
 
   if ((c = get_string (tmp, c)) == NULL)
     return (-1);
-  bunpou_num (tmp, &((*jep)->hinsi));
+  bunpou_num (tmp, (int *)&((*jep)->hinsi));
 
   if ((c = get_string (tmp, c)) == NULL)
     return (-1);