[PATCH] gcj.texi

Jeff Sturm jsturm@one-point.com
Wed Dec 3 04:58:00 GMT 2003


The description was correct for -Wdeprecated, not its inverse.  OK for
mainline?

Jeff

2003-12-02  Jeff Sturm  <jsturm@one-point.com>

	* gcj.texi (Warnings): Correct description of -Wno-deprecated.

Index: gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.57
diff -u -p -r1.57 gcj.texi
--- gcj.texi	28 Aug 2003 22:11:51 -0000	1.57
+++ gcj.texi	3 Dec 2003 04:43:08 -0000
@@ -342,7 +342,7 @@ newer than its matching class file.  By
 about this.

 @item -Wno-deprecated
-Warn if a deprecated class, method, or field is referred to.
+Do not warn if a deprecated class, method, or field is referred to.

 @item -Wunused
 This is the same as @command{gcc}'s @code{-Wunused}.



More information about the Gcc-patches mailing list