This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]