mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix some signed unsigned warnings, int to size_t.
This commit is contained in:
+1
-2
@@ -426,8 +426,7 @@ push_(codegen_scope *s)
|
||||
static inline int
|
||||
new_lit(codegen_scope *s, mrb_value val)
|
||||
{
|
||||
int i;
|
||||
|
||||
size_t i;
|
||||
|
||||
switch (mrb_type(val)) {
|
||||
case MRB_TT_STRING:
|
||||
|
||||
Reference in New Issue
Block a user