aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/format/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/format/proto.c')
-rw-r--r--gcc/testsuite/gcc.dg/format/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/format/proto.c b/gcc/testsuite/gcc.dg/format/proto.c
index b2050c9..2556400 100644
--- a/gcc/testsuite/gcc.dg/format/proto.c
+++ b/gcc/testsuite/gcc.dg/format/proto.c
@@ -4,7 +4,7 @@
without a prototype. If it's decided that it shouldn't be the tests
here will need to be adjusted.
{ dg-do compile }
- { dg-options "-Wall" } */
+ { dg-options "-std=gnu17 -Wall" } */
#define FMT(n1, n2) __attribute__((__format__(__printf__, n1, n2)))