From: wisberg Date: Tue, 27 May 2003 19:44:02 +0000 (+0000) Subject: - caveat for -nowarn per bug 38134 X-Git-Tag: V1_1_0~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=93240873fabbdcf44a7c8f4669130f5e9c058868;p=aspectj.git - caveat for -nowarn per bug 38134 - documented -warn:none, since valid and used in -nowarn --- 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.