]> sourceware.org Git - glibc.git/commitdiff
Avoid warning in scanf test.
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Oct 2009 16:23:24 +0000 (09:23 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Oct 2009 16:23:24 +0000 (09:23 -0700)
ChangeLog
stdio-common/scanf13.c

index de5289a4e51a99be5e7a844e7ada67c0f61b262f..5aba2e5aa5fdaf6cc09bd6ff86767c26a8ca676e 100644 (file)
--- a/ChangeLog
+++ b/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.
index e53cde29c79c86942376947c6f19240b452b42a9..720224aa05f97abe06d131d0fbd5403e9bc89d57 100644 (file)
@@ -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() \
This page took 0.054941 seconds and 5 git commands to generate.