diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-08-27 20:40:42 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-08-27 20:40:42 +0000 |
commit | 8d599f5ab190dfb8a394104c4dc0d39c90f19093 (patch) | |
tree | c46dd272dde92188874882c675c01b017958fbbb /stdio-common | |
parent | 9abaa7d89fe873eeebda1bd227fde5d5bd6ab332 (diff) | |
download | glibc-8d599f5ab190dfb8a394104c4dc0d39c90f19093.tar.gz glibc-8d599f5ab190dfb8a394104c4dc0d39c90f19093.tar.xz glibc-8d599f5ab190dfb8a394104c4dc0d39c90f19093.zip |
Updated to fedora-glibc-20070827T2032
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 104c0e0d91..84aebf4945 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -94,6 +94,8 @@ CFLAGS-cuserid.c = -fexceptions CFLAGS-errlist.c = $(fno-unit-at-a-time) CFLAGS-siglist.c = $(fno-unit-at-a-time) +# We know the test has a format string problem. +CFLAGS-tst-sprintf.c = -Wno-format tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata |