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:
parent
31bc607cf1
commit
e4d8dc5c46
5 changed files with 20 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue