diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2011-12-22 17:52:36 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2011-12-22 17:52:36 +0000 |
commit | 1f653d0bb0484a3b0663e2a24b4e3aa77d466b44 (patch) | |
tree | 39b4783b2c523c19443560a8685b39653399dc9c /gcc/doc | |
parent | d7816baac9609e2b8340619de61ec7708681f217 (diff) | |
download | gcc-1f653d0bb0484a3b0663e2a24b4e3aa77d466b44.zip gcc-1f653d0bb0484a3b0663e2a24b4e3aa77d466b44.tar.gz gcc-1f653d0bb0484a3b0663e2a24b4e3aa77d466b44.tar.bz2 |
invoke.texi (C++ Dialect Options): Add missing options and move -Wzero-as-null-pointer-constant to ...
2011-12-22 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/invoke.texi (C++ Dialect Options): Add missing options and
move -Wzero-as-null-pointer-constant to ...
(Warning Options): ... here.
From-SVN: r182631
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c779d27..f8dad6c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -196,11 +196,12 @@ in the following sections. -fno-default-inline -fvisibility-inlines-hidden @gol -fvisibility-ms-compat @gol -Wabi -Wconversion-null -Wctor-dtor-privacy @gol --Wnoexcept -Wnon-virtual-dtor -Wreorder @gol +-Wdelete-non-virtual-dtor -Wnarrowing -Wnoexcept @gol +-Wnon-virtual-dtor -Wreorder @gol -Weffc++ -Wstrict-null-sentinel @gol -Wno-non-template-friend -Wold-style-cast @gol -Woverloaded-virtual -Wno-pmf-conversions @gol --Wsign-promo -Wzero-as-null-pointer-constant} +-Wsign-promo} @item Objective-C and Objective-C++ Language Options @xref{Objective-C and Objective-C++ Dialect Options,,Options Controlling @@ -272,7 +273,7 @@ Objective-C and Objective-C++ Dialects}. -Wno-unused-result -Wunused-value @gol -Wunused-variable @gol -Wunused-but-set-parameter -Wunused-but-set-variable @gol -Wvariadic-macros -Wvector-operation-performance -Wvla --Wvolatile-register-var -Wwrite-strings} +-Wvolatile-register-var -Wwrite-strings -Wzero-as-null-pointer-constant} @item C and Objective-C-only Warning Options @gccoptlist{-Wbad-function-cast -Wmissing-declarations @gol |