diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-09 17:43:10 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-09 17:43:10 +0000 |
commit | 2c3b9819e0da54d2cfab55c2e8d16d6364692ce3 (patch) | |
tree | 7f23b331be468dba5213edf15d3bceff29b22262 /gcc/c.opt | |
parent | b578f7b2f36786639606f5cbc242fa441a2fc8d0 (diff) | |
download | gcc-2c3b9819e0da54d2cfab55c2e8d16d6364692ce3.tar.gz |
gcc/
* c.opt (Wsynth): Deprecate.
* doc/invoke.texi (Option Summary, Warning Options): Document
-Wno-format-contains-nul.
gcc/fortran/
* invoke.texi (Error and Warning Options): Document
-Wline-truncation.
contrib/
* check_warning_flags.sh: Instead of invoke.texi, take the path
to the doc directory as argument. Check that warnings listed in
'gcc --help' are accepted by the compiler, and listed in the
manuals.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133059 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c.opt b/gcc/c.opt index d3f81b0e1c7..dd9013e1c37 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -423,7 +423,7 @@ Warn if type signatures of candidate methods do not match exactly Wsynth C++ ObjC++ Var(warn_synth) Warning -Warn when synthesis behavior differs from Cfront +Deprecated. This switch has no effect Wsystem-headers C ObjC C++ ObjC++ Warning |