diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-12-11 13:15:08 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-12-11 13:15:08 -0800 |
commit | 47d51f4f0739a264579d8ea27cd58346b6402e1f (patch) | |
tree | 98365acc577665b713d9a2d605d1479c10282167 /localedata/Makefile | |
parent | e9813cfb3d71675c87a16318b20642a366aff74c (diff) | |
download | glibc-47d51f4f0739a264579d8ea27cd58346b6402e1f.zip glibc-47d51f4f0739a264579d8ea27cd58346b6402e1f.tar.gz glibc-47d51f4f0739a264579d8ea27cd58346b6402e1f.tar.bz2 |
Clean up localedata tests printf formats, don't use -Wno-format.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index c2c62a2..0826b36 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -126,14 +126,6 @@ $(inst_i18ndir)/charmaps/%.gz: charmaps/% $(+force) # Install the locale source files in the appropriate directory. $(inst_i18ndir)/locales/%: locales/% $(+force); $(do-install) -# gcc does not know all the format specifiers we are using here. -CFLAGS-tst-mbswcs1.c = -Wno-format -CFLAGS-tst-mbswcs2.c = -Wno-format -CFLAGS-tst-mbswcs3.c = -Wno-format -CFLAGS-tst-mbswcs4.c = -Wno-format -CFLAGS-tst-mbswcs5.c = -Wno-format -CFLAGS-tst-trans.c = -Wno-format - ifeq ($(run-built-tests),yes) generated-dirs += $(LOCALES) |