mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix: src\proc.c(96): warning C4244: 'function': conversion from 'mrb_int' to 'int', possible loss of data
This commit is contained in:
committed by
Tomasz Dabrowski
parent
490de9dbe1
commit
b7e71e4cef
+1
-1
@@ -35,7 +35,7 @@ mrb_proc_new(mrb_state *mrb, mrb_irep *irep)
|
||||
}
|
||||
|
||||
static struct REnv*
|
||||
env_new(mrb_state *mrb, int nlocals)
|
||||
env_new(mrb_state *mrb, mrb_int nlocals)
|
||||
{
|
||||
struct REnv *e;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user