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]

add undocumented to Wlarger-than-


The variant Wlarger-than- is deprecated, so it should not be shown by
--help. Committed as obvious.

2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	* common.opt (Wlarger-than-): Add Undocumented.

Index: gcc/common.opt
===================================================================
--- gcc/common.opt      (revision 156924)
+++ gcc/common.opt      (working copy)
@@ -122,7 +122,7 @@
 Warn when an inlined function cannot be inlined

 Wlarger-than-
-Common RejectNegative Joined UInteger Warning
+Common RejectNegative Joined UInteger Warning Undocumented

 Wlarger-than=
 Common RejectNegative Joined UInteger Warning


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