diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/missing-header-fixit-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/missing-header-fixit-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/missing-header-fixit-3.c b/gcc/testsuite/gcc.dg/missing-header-fixit-3.c index dd53bf6..8394010 100644 --- a/gcc/testsuite/gcc.dg/missing-header-fixit-3.c +++ b/gcc/testsuite/gcc.dg/missing-header-fixit-3.c @@ -2,7 +2,7 @@ adding them to the top of the file, given that there is no pre-existing #include. */ -/* { dg-options "-fdiagnostics-show-caret -fdiagnostics-show-line-numbers" } */ +/* { dg-options "-fdiagnostics-show-caret -fdiagnostics-show-line-numbers -Wno-implicit-function-declaration" } */ void test (int i, int j) { |