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;
|
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++];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user