]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CFLAGS-charmap.c): Add -Wno-char-subscripts.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Nov 1997 00:04:45 +0000 (00:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Nov 1997 00:04:45 +0000 (00:04 +0000)
(CFLAGS-locfile.c): Likewise.

locale/Makefile

index b571c7122c4e458e6578ec0773015f64159f44ce..8902d9119438570e13a280970d1c12dc60d3a84b 100644 (file)
@@ -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