]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* stdio-common/Makefile: Avoid format string warning for tst-sprint.
authorUlrich Drepper <drepper@redhat.com>
Sun, 26 Aug 2007 01:49:11 +0000 (01:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 26 Aug 2007 01:49:11 +0000 (01:49 +0000)
ChangeLog
stdio-common/Makefile

index 324bcabb25a05c165c78a8c73378851d75165715..b28776d77f081915f8554a91263b6223b828c5ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
 
+       * stdio-common/Makefile: Avoid format string warning for tst-sprint.
+
        * posix/regex_internal.h: Prevent some declarations and definitions
        to be seen when used in tests.
 
index 104c0e0d91b9300c88d33956ea1cb41155a1f5b6..84aebf494563a8a456682c794bf1cc197b84e12e 100644 (file)
@@ -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