silence warning from gc.c

This commit is contained in:
Sunrim KIM (keen) 2014-06-07 02:20:29 +09:00
parent 6ccfa7ad69
commit 6b171f2716
1 changed files with 1 additions and 2 deletions

View File

@ -533,8 +533,7 @@ gc_mark_phase(pic_state *pic)
{
pic_value *stack;
pic_callinfo *ci;
size_t i;
int j;
size_t i, j;
xh_iter it;
/* block */