diff mbox

[doc] Remove duplicate -Wmaybe-uninitialized

Message ID alpine.DEB.2.02.1406221920470.20514@stedding.saclay.inria.fr
State New
Headers show

Commit Message

Marc Glisse June 22, 2014, 5:30 p.m. UTC
Hello,

a trivial patch to remove a duplicated option, you can see the second one 
4 lines below in the patch. (the mixed use of single or double spaces in 
this list is strange)

This was included in the bootstrap of another patch.

2014-06-23  Marc Glisse  <marc.glisse@inria.fr>

 	* doc/invoke.texi (Warning Options): Remove duplicated
 	-Wmaybe-uninitialized.

Comments

Jeff Law June 23, 2014, 6:58 p.m. UTC | #1
On 06/22/14 11:30, Marc Glisse wrote:
> Hello,
>
> a trivial patch to remove a duplicated option, you can see the second
> one 4 lines below in the patch. (the mixed use of single or double
> spaces in this list is strange)
>
> This was included in the bootstrap of another patch.
>
> 2014-06-23  Marc Glisse  <marc.glisse@inria.fr>
>
>      * doc/invoke.texi (Warning Options): Remove duplicated
>      -Wmaybe-uninitialized.
Probably falls under the obvious rule.  Regardless, this is OK.

Thanks,
Jeff
Gerald Pfeifer June 27, 2014, 3:30 p.m. UTC | #2
On Mon, 23 Jun 2014, Jeff Law wrote:
>>      * doc/invoke.texi (Warning Options): Remove duplicated
>>      -Wmaybe-uninitialized.
> Probably falls under the obvious rule.  Regardless, this is OK.

It definitely does. :-)

Gerald
diff mbox

Patch

Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 211874)
+++ gcc/doc/invoke.texi	(working copy)
@@ -246,21 +246,21 @@  Objective-C and Objective-C++ Dialects}.
 -Wno-deprecated -Wno-deprecated-declarations -Wdisabled-optimization  @gol
 -Wno-discarded-qualifiers @gol
 -Wno-div-by-zero -Wdouble-promotion -Wempty-body  -Wenum-compare @gol
 -Wno-endif-labels -Werror  -Werror=* @gol
 -Wfatal-errors  -Wfloat-equal  -Wformat  -Wformat=2 @gol
 -Wno-format-contains-nul -Wno-format-extra-args -Wformat-nonliteral @gol
 -Wformat-security  -Wformat-signedness  -Wformat-y2k @gol
 -Wframe-larger-than=@var{len} -Wno-free-nonheap-object -Wjump-misses-init @gol
 -Wignored-qualifiers @gol
 -Wimplicit  -Wimplicit-function-declaration  -Wimplicit-int @gol
--Winit-self  -Winline -Wmaybe-uninitialized @gol
+-Winit-self  -Winline @gol
 -Wno-int-to-pointer-cast -Wno-invalid-offsetof @gol
 -Winvalid-pch -Wlarger-than=@var{len}  -Wunsafe-loop-optimizations @gol
 -Wlogical-op -Wlogical-not-parentheses -Wlong-long @gol
 -Wmain -Wmaybe-uninitialized -Wmissing-braces  -Wmissing-field-initializers @gol
 -Wmissing-include-dirs @gol
 -Wno-multichar  -Wnonnull  -Wno-overflow -Wopenmp-simd @gol
 -Woverlength-strings  -Wpacked  -Wpacked-bitfield-compat  -Wpadded @gol
 -Wparentheses  -Wpedantic-ms-format -Wno-pedantic-ms-format @gol
 -Wpointer-arith  -Wno-pointer-to-int-cast @gol
 -Wredundant-decls  -Wno-return-local-addr @gol