mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #611 from tricknotes/stop-warning-of-proc
Stop warning in compiling proc.c
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ closure_setup(mrb_state *mrb, struct RProc *p, int nlocals)
|
||||
e = mrb->ci->env;
|
||||
}
|
||||
p->env = e;
|
||||
return p;
|
||||
return;
|
||||
}
|
||||
|
||||
struct RProc *
|
||||
|
||||
Reference in New Issue
Block a user