Remove signed warnings.
This commit is contained in:
parent
ff0eee2981
commit
5418805778
@ -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. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user