diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/format/c99-strftime-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/format/c99-strftime-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/format/c99-strftime-1.c b/gcc/testsuite/gcc.dg/format/c99-strftime-1.c index a643d29..1730738 100644 --- a/gcc/testsuite/gcc.dg/format/c99-strftime-1.c +++ b/gcc/testsuite/gcc.dg/format/c99-strftime-1.c @@ -1,7 +1,7 @@ /* Test for strftime formats. Formats using C99 features. */ /* Origin: Joseph Myers <jsm28@cam.ac.uk> */ /* { dg-do compile } */ -/* { dg-options "-std=iso9899:1999 -pedantic -Wformat" } */ +/* { dg-options "-std=iso9899:1999 -pedantic -Wformat -Wformat-y2k" } */ #include "format.h" |