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-277-g36546ff


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  36546ffbef5d4f5ea0f5d5c8e3fe5a5c9a34ea47 (commit)
      from  6f0f237bf5a3c8d29a6342cbf8b4c17b10aa1d4c (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=36546ffbef5d4f5ea0f5d5c8e3fe5a5c9a34ea47

commit 36546ffbef5d4f5ea0f5d5c8e3fe5a5c9a34ea47
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Sep 18 22:02:32 2015 +0000

    Revert timezone/Makefile change.
    
    This change breaks the build with all released versions of GCC.
    
    	* timezone/Makefile: Revert previous change.

diff --git a/ChangeLog b/ChangeLog
index 4be1427..789a714 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
 
+	* timezone/Makefile: Revert previous change.
+
 	[BZ #18980]
 	* sysdeps/i386/fpu/i386-math-asm.h (DEFINE_FLT_MIN): New macro.
 	(DEFINE_DBL_MIN): Likewise.
diff --git a/timezone/Makefile b/timezone/Makefile
index afd9e88..bfb3463 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -61,12 +61,10 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \
 	    -DTZDEFRULES='"$(posixrules-file)"' \
 	    -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
 
-CFLAGS-zdump.c = -fwrapv -DNOID $(tz-cflags) -DHAVE_GETTEXT \
-		 -Wno-error=unused-const-variable
-CFLAGS-zic.c = -DNOID $(tz-cflags) -DHAVE_GETTEXT \
-	       -Wno-error=unused-const-variable
-CFLAGS-ialloc.c = -DNOID -DHAVE_GETTEXT -Wno-error=unused-const-variable
-CFLAGS-scheck.c = -DNOID -DHAVE_GETTEXT -Wno-error=unused-const-variable
+CFLAGS-zdump.c = -fwrapv -DNOID $(tz-cflags) -DHAVE_GETTEXT
+CFLAGS-zic.c = -DNOID $(tz-cflags) -DHAVE_GETTEXT
+CFLAGS-ialloc.c = -DNOID -DHAVE_GETTEXT
+CFLAGS-scheck.c = -DNOID -DHAVE_GETTEXT
 
 # We have to make sure the data for testing the tz functions is available.
 # Don't add leapseconds here since test-tz made checks that work only without

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

Summary of changes:
 ChangeLog         |    2 ++
 timezone/Makefile |   10 ++++------
 2 files changed, 6 insertions(+), 6 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]