diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/winline-10.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/winline-10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/winline-10.c b/gcc/testsuite/gcc.dg/winline-10.c index 2df5adda..f4d92fa 100644 --- a/gcc/testsuite/gcc.dg/winline-10.c +++ b/gcc/testsuite/gcc.dg/winline-10.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -Winline -fopt-info-optimized-inline=stderr" } */ +/* { dg-options "-Wno-old-style-definition -O2 -Winline -fopt-info-optimized-inline=stderr" } */ struct s { int a; }; |