avoid a compiler warning

This commit is contained in:
Matthew Flatt 2012-06-27 06:22:24 -06:00
parent 8655a6856e
commit 73a4b1758e

View File

@ -7353,7 +7353,8 @@ extract_cc_markses(int argc, Scheme_Object *argv[])
is_chaperoned = 1;
orig_key = keys[i];
keys[i] = SCHEME_CHAPERONE_VAL(orig_key);
}
} else
orig_key = NULL;
if (SAME_OBJ(chain->key, keys[i])) {
intptr_t pos;
pos = (intptr_t)chain->pos;