diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-11-20 00:04:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-11-20 00:04:45 +0000 |
commit | 647f47400df23ecb4433683723cd3e297b02bc40 (patch) | |
tree | 9fad6539e1fbfaf357a9faf49d42632c76ea0a55 /locale | |
parent | 6ff865746252efc93fda1f2cdc1e0a6990f01a4c (diff) | |
download | glibc-647f47400df23ecb4433683723cd3e297b02bc40.tar.gz glibc-647f47400df23ecb4433683723cd3e297b02bc40.tar.xz glibc-647f47400df23ecb4433683723cd3e297b02bc40.zip |
(CFLAGS-charmap.c): Add -Wno-char-subscripts.
(CFLAGS-locfile.c): Likewise.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/Makefile | 4 |
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 |