about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-08-20 20:51:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-08-20 20:51:22 +0000
commit8d9e08981e1ac5ee90209adb3042206e9fffd286 (patch)
treecaebcffacffc0363dc418694eba18b2ce6b8617b /ChangeLog
parent48bb14bdbbeb09cb3cd950d7346688958f1bce1a (diff)
downloadglibc-8d9e08981e1ac5ee90209adb3042206e9fffd286.tar.gz
glibc-8d9e08981e1ac5ee90209adb3042206e9fffd286.tar.xz
glibc-8d9e08981e1ac5ee90209adb3042206e9fffd286.zip
Don't use -Wno-strict-prototypes in timezone/.
The current timezone/ code from tzcode doesn't need
-Wno-strict-prototypes.  This patch removes it from the CFLAGS
settings in timezone/Makefile.

Tested for x86_64 that glibc still builds OK with the patch applied.

	* timezone/Makefile (CFLAGS-zdump.c): Remove
	-Wno-strict-prototypes.
	(CFLAGS-zic.c): Likewise.
	(CFLAGS-ialloc.c): Likewise.
	(CFLAGS-scheck.c): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92f438c245..c5e70b17ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
 
+	* timezone/Makefile (CFLAGS-zdump.c): Remove
+	-Wno-strict-prototypes.
+	(CFLAGS-zic.c): Likewise.
+	(CFLAGS-ialloc.c): Likewise.
+	(CFLAGS-scheck.c): Likewise.
+
 	* Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add
 	-Wno-error=undef.