]> source.dussan.org Git - aspectj.git/commitdiff
- caveat for -nowarn per bug 38134
authorwisberg <wisberg>
Tue, 27 May 2003 19:44:02 +0000 (19:44 +0000)
committerwisberg <wisberg>
Tue, 27 May 2003 19:44:02 +0000 (19:44 +0000)
- documented -warn:none, since valid and used in -nowarn

docs/devGuideDB/ajc.xml

index ffee1eb1d7cf7a92c378bfcdc26327bb2ddbbf84..a0030e53738ce6c64907c7278556c84547a0ce84 100644 (file)
 
       <varlistentry>
         <term>-Xlint</term>
-        <listitem><para>Same as -Xlint:warning
+        <listitem><para>Same as -Xlint:warning (enabled by default)
         </para></listitem>
       </varlistentry>
 
       <varlistentry>
         <term>-nowarn</term>
         <listitem><para>Emit no warnings (equivalent to '-warn:none')
+        This does not suppress messages
+        generated by <literal>declare warning</literal> or
+        <literal>Xlint</literal>.
         </para></listitem>
       </varlistentry>
 
     unusedLocals           local variable never read
     unusedArguments        method argument never read
     unusedImports          import statement not used by code in file
+    none                   suppress all compiler warnings
         </programlisting>
+        <literal>-warn:none</literal> does not suppress messages
+        generated by <literal>declare warning</literal> or
+        <literal>Xlint</literal>.
         
         </para></listitem>
       </varlistentry>