re PR c/12951 (-Wno-error-implicit-function-declaration not recognized)
authorJoseph Myers <jsm@polyomino.org.uk>
Fri, 24 Sep 2004 23:18:01 +0000 (00:18 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 24 Sep 2004 23:18:01 +0000 (00:18 +0100)
PR c/12951
* doc/invoke.texi: Document that
-Wno-error-implicit-function-declaration is not accepted.

From-SVN: r88080

gcc/ChangeLog
gcc/doc/invoke.texi

index 3f7a56b47deb81630b2bd914074da36719a1f580..28e360652b28d594034aa7c30aabca544c1ff18d 100644 (file)
@@ -1,3 +1,9 @@
+2004-09-25  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       PR c/12951
+       * doc/invoke.texi: Document that
+       -Wno-error-implicit-function-declaration is not accepted.
+
 2004-09-24  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.h (UNITS_PER_SIMD_WORD): New.
index 33d7b983400210da64cf47a5ecdd4416b5bb27e4..2bb676556ff7c316c8b5ced2894f80eb5f60252c 100644 (file)
@@ -2289,7 +2289,8 @@ Warn when a declaration does not specify a type.
 @opindex Wimplicit-function-declaration
 @opindex Werror-implicit-function-declaration
 Give a warning (or error) whenever a function is used before being
-declared.
+declared.  The form @option{-Wno-error-implicit-function-declaration}
+is not supported.
 
 @item -Wimplicit
 @opindex Wimplicit