aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-09-25 00:18:01 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-09-25 00:18:01 +0100
commitb99cfc227383ee5b6e26b37a9b3787187ebeb7e7 (patch)
tree602df8cc1f7b3a28f953d3eb172f54b160ceaa87 /gcc
parent14214f09510e1e2b3fb8f96ff209f47d6b1f136c (diff)
downloadgcc-b99cfc227383ee5b6e26b37a9b3787187ebeb7e7.zip
gcc-b99cfc227383ee5b6e26b37a9b3787187ebeb7e7.tar.gz
gcc-b99cfc227383ee5b6e26b37a9b3787187ebeb7e7.tar.bz2
re PR c/12951 (-Wno-error-implicit-function-declaration not recognized)
PR c/12951 * doc/invoke.texi: Document that -Wno-error-implicit-function-declaration is not accepted. From-SVN: r88080
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/invoke.texi3
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3f7a56b..28e3606 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 33d7b98..2bb6765 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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