OSDN Git Service

PR c/12951
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Sep 2004 23:18:01 +0000 (23:18 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Sep 2004 23:18:01 +0000 (23:18 +0000)
* doc/invoke.texi: Document that
-Wno-error-implicit-function-declaration is not accepted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88080 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 3f7a56b..28e3606 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 33d7b98..2bb6765 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