Commit 89e74025 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1682 from mattn/remove_warning

Remove warning
parents 857e3841 c8503720
......@@ -220,7 +220,7 @@ fiber_yield(mrb_state *mrb, mrb_value self)
struct mrb_context *c = mrb->c;
mrb_callinfo *ci;
mrb_value *a;
int i, len;
int len;
for (ci = c->ci; ci >= c->cibase; ci--) {
if (ci->acc < 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment