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: [PATCH] -W -> -Wextra (was RFC: Named warnings)


On Thu, Jan 23, 2003 at 09:25:47PM -0800, Geoff Keating wrote:
> Phil Edwards <phil@jaj.com> writes:
> 
> > On Thu, Jan 23, 2003 at 11:03:55PM -0500, Phil Edwards wrote:
> > > On Thu, Jan 23, 2003 at 05:27:00PM -0800, Zack Weinberg wrote:
> > > 
> > > > Oh, we should get Phil's -Wextra patch in first (or did it finally get
> > > > approved?)
> > > 
> > > Never did.  I'll post an updated version shortly.
> > 
> > Like so.
> 
> This is OK.
> 
> > 
> > 2003-01-23  Phil Edwards  <pme@gcc.gnu.org>
> > 
> > 	Rename -W to -Wextra.
[...]

Done.  Also committing the following to wwwdocs, then.

Index: beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.31
diff -u -r1.31 beginner.html
--- beginner.html       28 Dec 2002 09:19:31 -0000      1.31
+++ beginner.html       24 Jan 2003 15:18:11 -0000
@@ -1002,8 +1002,6 @@
 -Wwrite-strings</samp>).  (Should this imply <samp>-Wall</samp>?
 <samp>-W</samp>?)</li>

-<li>Give <samp>-W</samp> a better name, such as <samp>-Wextra</samp>.</li>
-
 <li>Implement fine-grained warning control, e.g. disabling a specific
 warning by name.  A <a
 href="http://gcc.gnu.org/ml/gcc/2000-06/msg00639.html";>message to the


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