mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* stdio-common/Makefile: Avoid format string warning for tst-sprint.
This commit is contained in:
parent
3fa1046805
commit
01339a6709
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user