From: Ulrich Drepper Date: Sun, 26 Aug 2007 01:49:11 +0000 (+0000) Subject: * stdio-common/Makefile: Avoid format string warning for tst-sprint. X-Git-Tag: cvs/fedora-glibc-20070827T2032~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01339a67096fe99e866832ac39e03f7679a35ba4;p=thirdparty%2Fglibc.git * stdio-common/Makefile: Avoid format string warning for tst-sprint. --- diff --git a/ChangeLog b/ChangeLog index 324bcabb25a..b28776d77f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-08-25 Ulrich Drepper + * 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. diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 104c0e0d91b..84aebf49456 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