diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/format/sentinel-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/format/sentinel-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/format/sentinel-1.c b/gcc/testsuite/gcc.dg/format/sentinel-1.c index 16c75a8..d51289a 100644 --- a/gcc/testsuite/gcc.dg/format/sentinel-1.c +++ b/gcc/testsuite/gcc.dg/format/sentinel-1.c @@ -1,7 +1,7 @@ /* Test for attribute sentinel. */ /* Origin: Kaveh Ghazi <ghazi@caip.rutgers.edu> */ /* { dg-do compile } */ -/* { dg-options "-Wformat" } */ +/* { dg-options "-std=gnu17 -Wformat" } */ #include <stddef.h> /* For NULL, which must be (ptr)0. */ |