Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid warning in scanf test.
  • Loading branch information
Ulrich Drepper committed Oct 30, 2009
1 parent 08c7ad9 commit 1c52a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion stdio-common/scanf13.c
Expand Up @@ -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() \
Expand Down

0 comments on commit 1c52a97

Please sign in to comment.