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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user