Remove signed warnings.

This commit is contained in:
Andreas Jaeger 2001-01-12 17:37:54 +00:00
parent ff0eee2981
commit 5418805778

View File

@ -308,7 +308,7 @@ __vfscanf (FILE *s, const char *format, va_list argptr)
char *str = NULL; char *str = NULL;
wchar_t *wstr = NULL; wchar_t *wstr = NULL;
char **strptr = NULL; char **strptr = NULL;
size_t strsize = 0; ssize_t strsize = 0;
/* We must not react on white spaces immediately because they can /* We must not react on white spaces immediately because they can
possibly be matched even if in the input stream no character is possibly be matched even if in the input stream no character is
available anymore. */ available anymore. */