Fix some signed unsigned warnings, int to size_t.

This commit is contained in:
Carson McDonald
2013-06-30 15:07:45 -04:00
parent 6852680d36
commit 73f4ed5f0e
+1 -2
View File
@@ -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: