comparison 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
comparison
equal deleted inserted replaced
27:6bfa7ea3b75b 28:a7ccf412ba02
274 } 274 }
275 w_stradd (kanji, &((*jep)->kan)); 275 w_stradd (kanji, &((*jep)->kan));
276 276
277 if ((c = get_string (tmp, c)) == NULL) 277 if ((c = get_string (tmp, c)) == NULL)
278 return (-1); 278 return (-1);
279 bunpou_num (tmp, &((*jep)->hinsi)); 279 bunpou_num (tmp, (int *)&((*jep)->hinsi));
280 280
281 if ((c = get_string (tmp, c)) == NULL) 281 if ((c = get_string (tmp, c)) == NULL)
282 return (-1); 282 return (-1);
283 if (tmp[0] == '-') 283 if (tmp[0] == '-')
284 { 284 {