avoid compiler warning

This commit is contained in:
Matthew Flatt 2019-11-24 06:58:02 -05:00
parent ebbf578b6c
commit cd4ce30ca6

View File

@ -8156,7 +8156,7 @@ iterate_cc_markses(const char *who,
Scheme_Cont_Mark_Chain **_chain)
{
Scheme_Cont_Mark_Chain *chain = *_chain;
intptr_t last_pos, i;
intptr_t last_pos = -1, i;
Scheme_Object *vals = NULL;
prompt_tag = SCHEME_PTR_VAL(prompt_tag);