From: Ulrich Drepper Date: Thu, 20 Nov 1997 00:04:45 +0000 (+0000) Subject: (CFLAGS-charmap.c): Add -Wno-char-subscripts. X-Git-Tag: cvs/glibc-2_0_6-pre2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=647f47400df23ecb4433683723cd3e297b02bc40;p=thirdparty%2Fglibc.git (CFLAGS-charmap.c): Add -Wno-char-subscripts. (CFLAGS-locfile.c): Likewise. --- 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