From 1c4053db63e2a3470ed8ace2ddd9636f9a6e135c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 11 Dec 2014 13:46:21 -0800 Subject: Eliminate -Wno-format from printf/scanf tests. --- stdio-common/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'stdio-common/Makefile') diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 5f8e5341a5..f76365774a 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -80,11 +80,6 @@ endif CFLAGS-vfprintf.c = -Wno-uninitialized CFLAGS-vfwprintf.c = -Wno-uninitialized -CFLAGS-tst-printf.c = -Wno-format -CFLAGS-tstdiomisc.c = -Wno-format -CFLAGS-scanf4.c = -Wno-format -CFLAGS-scanf7.c = -Wno-format -CFLAGS-tst-printfsz.c = -Wno-format CFLAGS-tmpfile.c = -fexceptions CFLAGS-tmpfile64.c = -fexceptions @@ -116,9 +111,6 @@ CFLAGS-scanf15.c = -I../libio -I../stdlib -I../wcsmbs -I../time -I../string \ CFLAGS-scanf17.c = -I../libio -I../stdlib -I../wcsmbs -I../time -I../string \ -I../wctype -# We know the test has a format string problem. -CFLAGS-tst-sprintf.c = -Wno-format - CPPFLAGS += $(libio-mtsafe) $(objpfx)tst-setvbuf1.out: /dev/null $(objpfx)tst-setvbuf1 -- cgit 1.4.1