vm_insnhelper.c: suppress warnings
* vm_insnhelper.c (vm_callee_setup_arg_complex): suppress shorten-64-to-32 warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f9e50b05b1
commit
c0481015b3
@ -1077,7 +1077,7 @@ vm_callee_setup_arg_complex(rb_thread_t *th, rb_call_info_t *ci, const rb_iseq_t
|
|||||||
int argc = orig_argc;
|
int argc = orig_argc;
|
||||||
VALUE *argv = orig_argv;
|
VALUE *argv = orig_argv;
|
||||||
VALUE keyword_hash = Qnil;
|
VALUE keyword_hash = Qnil;
|
||||||
int opt_pc = 0;
|
rb_num_t opt_pc = 0;
|
||||||
|
|
||||||
th->mark_stack_len = argc + iseq->arg_size;
|
th->mark_stack_len = argc + iseq->arg_size;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user