This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [DOC] List the options enabled by Wextra
- From: "Manuel López-Ibáñez" <lopezibanez at gmail dot com>
- To: "GCC Patches" <gcc-patches at gcc dot gnu dot org>, "Gerald Pfeifer" <gerald at pfeifer dot com>
- Date: Tue, 9 Oct 2007 16:43:14 +0100
- Subject: Re: [DOC] List the options enabled by Wextra
- References: <6c33472e0710011346t4e6e6813nd375e468deb39d6b@mail.gmail.com>
PING: http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00074.html
On 01/10/2007, Manuel López-Ibáñez <lopezibanez@gmail.com> wrote:
> :ADDPATCH doc:
>
> (The following patch is a follow-up to the one in
> http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01761.html
> This version depends on
> http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00005.html being applied
> first.)
>
> The options enabled by Wextra are listed explicitly. This avoids
> duplicated descriptions. This list is the real list according to
> gcc/c-opts and gcc/opts.c. Yes, Wuninitialized is enabled by Wextra.
>
> OK for trunk?
>
> Manuel.
>
>
> 2007-08-01 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
>
> * doc/invoke.texi (Wextra): Move it just after Wall, list the options
> enabled by Wextra and mention Wuninitialized.
>
>