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.22-113-g48bb14b


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  48bb14bdbbeb09cb3cd950d7346688958f1bce1a (commit)
      from  3a2a9a906683323202eb61dd3c80a503b682d249 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=48bb14bdbbeb09cb3cd950d7346688958f1bce1a

commit 48bb14bdbbeb09cb3cd950d7346688958f1bce1a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Aug 20 20:50:05 2015 +0000

    Don't use -Wno-error=undef.
    
    This patch removes the use of -Wno-error=undef, so that -Wundef
    warnings become errors.
    
    Tested for x86_64, x86, mips64 (all three ABIs) and arm.
    
    	* Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add
    	-Wno-error=undef.

diff --git a/ChangeLog b/ChangeLog
index 38051c0..92f438c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-20  Joseph Myers  <joseph@codesourcery.com>
+
+	* Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add
+	-Wno-error=undef.
+
 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* i386/i686/multiarch/strcasestr-c.c: Removed.
diff --git a/Makeconfig b/Makeconfig
index f136b88..bbe83ec 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -750,7 +750,7 @@ else
 endif
 +gccwarn += -Wundef
 ifeq ($(enable-werror),yes)
-+gccwarn += -Werror -Wno-error=undef
++gccwarn += -Werror
 endif
 +gccwarn-c = -Wstrict-prototypes
 

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

Summary of changes:
 ChangeLog  |    5 +++++
 Makeconfig |    2 +-
 2 files changed, 6 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]