1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit casts for supplessing warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
muraken 2010-03-25 03:08:28 +00:00
parent 31bc607cf1
commit e4d8dc5c46
5 changed files with 20 additions and 14 deletions

View file

@ -193,7 +193,7 @@ fun_so_from_utf8_mac(void *statep,
unsigned char *o, size_t osize)
{
struct from_utf8_mac_status *sp = statep;
int n = 0;
ssize_t n = 0;
switch (l) {
case 1: