diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/warn-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/warn-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/warn-1.c b/gcc/testsuite/gcc.dg/warn-1.c index 6db4ae5..d5acca2 100644 --- a/gcc/testsuite/gcc.dg/warn-1.c +++ b/gcc/testsuite/gcc.dg/warn-1.c @@ -1,7 +1,7 @@ /* The compiler used to say passing arg 0 of, which is wrong. */ /* Radar 3069179 */ -/* { dg-options "-O3" } */ +/* { dg-options "-Wno-old-style-definition -O3" } */ static void foo (p) int p; |