diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-03-09 17:43:10 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-03-09 17:43:10 +0000 |
commit | 802e3f8c818a594430066173ab0beb8bde96a74a (patch) | |
tree | 7f23b331be468dba5213edf15d3bceff29b22262 /gcc/c.opt | |
parent | fa37b948cd133bef51590a9294cab8c82efa10ce (diff) | |
download | gcc-802e3f8c818a594430066173ab0beb8bde96a74a.zip gcc-802e3f8c818a594430066173ab0beb8bde96a74a.tar.gz gcc-802e3f8c818a594430066173ab0beb8bde96a74a.tar.bz2 |
c.opt (Wsynth): Deprecate.
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.
From-SVN: r133059
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |