diff options
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 c2c62a2122..0826b36091 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) |