avoid compiler warning
This commit is contained in:
parent
0f9674e1dd
commit
0097d59635
|
@ -464,7 +464,7 @@ static intptr_t sch_vsprintf(char *s, intptr_t maxlen, const char *msg, va_list
|
|||
{
|
||||
int en, he, none = 0;
|
||||
char *es;
|
||||
Scheme_Object *err_kind;
|
||||
Scheme_Object *err_kind = NULL;
|
||||
|
||||
if (type == 'm') {
|
||||
none = !ints[ip++];
|
||||
|
|
Loading…
Reference in New Issue
Block a user