This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[PATCH] gcj.texi
- From: Jeff Sturm <jsturm at one-point dot com>
- To: java-patches at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 2 Dec 2003 23:58:35 -0500 (EST)
- Subject: [PATCH] gcj.texi
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}.