avoid compiler warning

This commit is contained in:
Matthew Flatt 2013-01-01 06:30:45 -07:00
parent 0f9674e1dd
commit 0097d59635

View File

@ -464,7 +464,7 @@ static intptr_t sch_vsprintf(char *s, intptr_t maxlen, const char *msg, va_list
{ {
int en, he, none = 0; int en, he, none = 0;
char *es; char *es;
Scheme_Object *err_kind; Scheme_Object *err_kind = NULL;
if (type == 'm') { if (type == 'm') {
none = !ints[ip++]; none = !ints[ip++];