This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: remove some bits of -Wreorder documentation
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: Sylvain Pion <pion at cs dot nyu dot edu>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 16 Aug 2002 21:27:33 +0100 (BST)
- Subject: Re: remove some bits of -Wreorder documentation
On Fri, 16 Aug 2002, Sylvain Pion wrote:
> It seems the documentation of -Wreorder has been moved to a C++ specific
> section, but a part of it remains in the common section on warnings.
> I guess this should be removed (or fixed in any case : the example which
> is supposed to follow is missing).
This patch would appear to remove the information that this option is
included in -Wall; it's significant for each warning option whether it's
listed above -Wall (so included in it, by the general statement in the
description of -Wall), or below it. There may be a better way of
indicating which C++ options are in -Wall without duplicating descriptions
of the options.
--
Joseph S. Myers
jsm28@cam.ac.uk