mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add "not reached" mark in mrb_ary_concat()
This commit is contained in:
@@ -937,6 +937,7 @@ mrb_ary_splat(mrb_state *mrb, mrb_value v)
|
||||
recv_class,
|
||||
mrb_obj_value(mrb_obj_class(mrb, a))
|
||||
);
|
||||
/* not reached */
|
||||
return mrb_undef_value();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user