summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-20 00:04:45 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-20 00:04:45 +0000
commit647f47400df23ecb4433683723cd3e297b02bc40 (patch)
tree9fad6539e1fbfaf357a9faf49d42632c76ea0a55
parent6ff865746252efc93fda1f2cdc1e0a6990f01a4c (diff)
(CFLAGS-charmap.c): Add -Wno-char-subscripts.
(CFLAGS-locfile.c): Likewise.
-rw-r--r--locale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile
index b571c7122c..8902d91194 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