mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix signed/unsigned warning.
This commit is contained in:
@@ -185,8 +185,7 @@ static mrb_value
|
||||
mrb_struct_set(mrb_state *mrb, mrb_value obj, mrb_value val)
|
||||
{
|
||||
const char *name;
|
||||
int i;
|
||||
size_t len;
|
||||
size_t i, len;
|
||||
mrb_sym mid;
|
||||
mrb_value members, slot, *ptr, *ptr_members;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user