This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.10-411-g1c52a97


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  1c52a97a1eca78699c7c115857a2c36d9e53cf64 (commit)
      from  08c7ad975ca9e9f017dbbd35e2c01f34058ca700 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1c52a97a1eca78699c7c115857a2c36d9e53cf64

commit 1c52a97a1eca78699c7c115857a2c36d9e53cf64
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Fri Oct 30 09:23:24 2009 -0700

    Avoid warning in scanf test.

diff --git a/ChangeLog b/ChangeLog
index de5289a..5aba2e5 100644
--- 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.
diff --git a/stdio-common/scanf13.c b/stdio-common/scanf13.c
index e53cde2..720224a 100644
--- a/stdio-common/scanf13.c
+++ b/stdio-common/scanf13.c
@@ -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() \

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    2 ++
 stdio-common/scanf13.c |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]