diff options
author | Steve Ellcey <sellcey@mips.com> | 2015-10-07 15:04:49 -0700 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2015-10-07 15:04:49 -0700 |
commit | 939e092a9e46e6a8bb3d7dc3cf165f384b598f46 (patch) | |
tree | 8890b1712158d94b5136410c01248aa17d608b82 /ChangeLog | |
parent | b86b4f5ef2fd801b1269938747a438838f1545c1 (diff) | |
download | glibc-939e092a9e46e6a8bb3d7dc3cf165f384b598f46.tar.gz glibc-939e092a9e46e6a8bb3d7dc3cf165f384b598f46.tar.xz glibc-939e092a9e46e6a8bb3d7dc3cf165f384b598f46.zip |
Update timezone/Makefile to use -Wno-unused-variable
GCC 6.0 (prelease) complains about time_t_min and time_t_max not being used. These variables are not used in glibc but are needed in other packages. * timezone/Makefile (CFLAGS-zic.c): Add -Wno-unused-variable. (CFLAGS-ialloc.c): Ditto. (CFLAGS-scheck.c): Ditto.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index db2764242e..58069c75a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-10-07 Steve Ellcey <sellcey@imgtec.com> + + * timezone/Makefile (CFLAGS-zic.c): Add -Wno-unused-variable. + (CFLAGS-ialloc.c): Ditto. + (CFLAGS-scheck.c): Ditto. + 2015-10-07 Carlos O'Donell <carlos@redhat.com> [BZ #19086] |