fix warnings

This commit is contained in:
Vítor Santos Costa
2013-11-04 22:32:53 +00:00
parent 4818d28b0b
commit ad8b101233
2 changed files with 7 additions and 5 deletions

View File

@@ -1898,6 +1898,7 @@ Svprintf(const char *fm, va_list args)
break; \
} \
default: \
c = '\0'; /* make compiler happy */\
break; \
}