From 93240873fabbdcf44a7c8f4669130f5e9c058868 Mon Sep 17 00:00:00 2001 From: wisberg Date: Tue, 27 May 2003 19:44:02 +0000 Subject: [PATCH] - caveat for -nowarn per bug 38134 - documented -warn:none, since valid and used in -nowarn --- docs/devGuideDB/ajc.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml index ffee1eb1d..a0030e537 100644 --- a/docs/devGuideDB/ajc.xml +++ b/docs/devGuideDB/ajc.xml @@ -129,7 +129,7 @@ -Xlint - Same as -Xlint:warning + Same as -Xlint:warning (enabled by default) @@ -244,6 +244,9 @@ -nowarn Emit no warnings (equivalent to '-warn:none') + This does not suppress messages + generated by declare warning or + Xlint. @@ -260,7 +263,11 @@ unusedLocals local variable never read unusedArguments method argument never read unusedImports import statement not used by code in file + none suppress all compiler warnings + -warn:none does not suppress messages + generated by declare warning or + Xlint. -- 2.39.5