diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/noncompile/old-style-parm-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/noncompile/old-style-parm-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/noncompile/old-style-parm-1.c b/gcc/testsuite/gcc.dg/noncompile/old-style-parm-1.c index 5f879c3..cf14acd 100644 --- a/gcc/testsuite/gcc.dg/noncompile/old-style-parm-1.c +++ b/gcc/testsuite/gcc.dg/noncompile/old-style-parm-1.c @@ -2,7 +2,7 @@ accepted. */ /* Origin: Joseph Myers <joseph@codesourcery.com> */ /* { dg-do compile } */ -/* { dg-options "" } */ +/* { dg-options "-Wno-old-style-definition" } */ void f(a) |