summaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-26 01:49:11 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-26 01:49:11 +0000
commit01339a67096fe99e866832ac39e03f7679a35ba4 (patch)
treefdd0efbf789fc3f8b3a4741b72149a353edc2a7c /stdio-common
parent3fa1046805695f2baca120331f9a2b7bc736db20 (diff)
* stdio-common/Makefile: Avoid format string warning for tst-sprint.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/Makefile2
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