public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] add missing option to "C++ Language Options" docs
@ 2011-11-07 20:39 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2011-11-07 20:39 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

When I added this option I failed to add it to the options summary.

        * doc/invoke.texi (C++ Language Options): Add missing
        -Wdelete-non-virtual-dtor option.

OK to commit?

[-- Attachment #2: opt-summary.patch --]
[-- Type: text/x-patch, Size: 660 bytes --]

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 181080)
+++ doc/invoke.texi	(working copy)
@@ -196,8 +196,8 @@ 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
--Weffc++  -Wstrict-null-sentinel @gol
+-Wdelete-non-virtual-dtor  -Wnoexcept  -Wnon-virtual-dtor @gol
+-Wreorder  -Weffc++  -Wstrict-null-sentinel @gol
 -Wno-non-template-friend  -Wold-style-cast @gol
 -Woverloaded-virtual  -Wno-pmf-conversions @gol
 -Wsign-promo}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-07 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-07 20:39 [patch] add missing option to "C++ Language Options" docs Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).