From b99cfc227383ee5b6e26b37a9b3787187ebeb7e7 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 25 Sep 2004 00:18:01 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ gcc/doc/invoke.texi | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f7a56b47de..28e360652b2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-09-25 Joseph S. Myers + + PR c/12951 + * doc/invoke.texi: Document that + -Wno-error-implicit-function-declaration is not accepted. + 2004-09-24 Richard Henderson * config/alpha/alpha.h (UNITS_PER_SIMD_WORD): New. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 33d7b983400..2bb676556ff 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 -- 2.30.2