1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

Eliminate -Wno-format from printf/scanf tests.

This commit is contained in:
Roland McGrath
2014-12-11 13:46:21 -08:00
parent a1edbf3cb8
commit 1c4053db63
9 changed files with 80 additions and 13 deletions

View File

@@ -26,6 +26,11 @@
#endif
#include <float.h>
#include <libc-internal.h>
/* This whole file is picayune tests of corner cases of printf format strings.
The compiler warnings are not useful here. */
DIAG_IGNORE_NEEDS_COMMENT (4.9, "-Wformat");
static void rfg1 (void);
static void rfg2 (void);