mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-15 04:20:28 +08:00
Avoid warning in scanf test.
This commit is contained in:
parent
08c7ad975c
commit
1c52a97a1e
@ -1,5 +1,7 @@
|
||||
2009-10-30 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* stdio-common/scanf13.c (main): Remove unused variable wbuf.
|
||||
|
||||
* stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
|
||||
to avoid warning.
|
||||
* stdlib/tst-strtoll.c (tests): Likewise.
|
||||
|
@ -11,7 +11,6 @@ main (void)
|
||||
wchar_t *lsp1, *lsp2, *lsp3, *lsp4;
|
||||
int result = 0;
|
||||
char buf[2048+64];
|
||||
wchar_t wbuf[2048+64];
|
||||
size_t i;
|
||||
|
||||
#define FAIL() \
|
||||
|
Loading…
Reference in New Issue
Block a user