]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove CFLAG settings that turn off warning (no longer needed).
authorSteve Ellcey <sellcey@caviumnetworks.com>
Wed, 2 Aug 2017 19:57:58 +0000 (12:57 -0700)
committerSteve Ellcey <sellcey@caviumnetworks.com>
Wed, 2 Aug 2017 19:57:58 +0000 (12:57 -0700)
2017-08-02  Steve Ellcey  <sellcey@cavium.com>

* localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): Remove.

ChangeLog
localedata/Makefile

index 061895483484c9ed8771a6a0ebd40e5e481311c2..2125236df898888c2ef3427965c0aa8a44c2cb23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-08-02  Steve Ellcey  <sellcey@cavium.com>
+
+       * localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
+       CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
+       CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
+       CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
+       CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): Remove.
+
 2017-08-02  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/x86_64/start.S (_start): Check PIC instead of SHARED.
index 20c5921aeac9ea071b75e4011de61910a35aa48b..9db9464b3ebafb567c5b7422ba7b0c6a07f5c4eb 100644 (file)
@@ -122,22 +122,6 @@ $(inst_i18ndir)/charmaps/%.gz: charmaps/% $(+force)
 # Install the locale source files in the appropriate directory.
 $(inst_i18ndir)/locales/%: locales/% $(+force); $(do-install)
 
-# These tests use multistatement macros from tests-mbwc/tst_funcs.h
-# and will not compile with GCC 8.1 without the warning turned off.
-CFLAGS-tst_iswalnum.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswalpha.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswcntrl.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswdigit.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswgraph.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswlower.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswprint.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswpunct.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswspace.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswupper.c  = -Wno-multistatement-macros
-CFLAGS-tst_iswxdigit.c = -Wno-multistatement-macros
-CFLAGS-tst_towlower.c  = -Wno-multistatement-macros
-CFLAGS-tst_towupper.c  = -Wno-multistatement-macros
-
 ifeq ($(run-built-tests),yes)
 generated-dirs += $(LOCALES)