From 647f47400df23ecb4433683723cd3e297b02bc40 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 20 Nov 1997 00:04:45 +0000 Subject: [PATCH] (CFLAGS-charmap.c): Add -Wno-char-subscripts. (CFLAGS-locfile.c): Likewise. --- locale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/Makefile b/locale/Makefile index b571c7122c4..8902d911943 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -78,8 +78,8 @@ CPPFLAGS := -DLOCALE_PATH='$(localepath)' \ -DLOCSRCDIR='"$(i18ndir)/locales"' -DHAVE_CONFIG_H \ -Iprograms $(CPPFLAGS) -CFLAGS-charmap.c = -Wno-write-strings -CFLAGS-locfile.c = -Wno-write-strings +CFLAGS-charmap.c = -Wno-write-strings -Wno-char-subscripts +CFLAGS-locfile.c = -Wno-write-strings -Wno-char-subscripts # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by -- 2.47.2