You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2010/10/02 19:32:24 UTC

svn commit: r1003841 - /lucene/dev/trunk/lucene/common-build.xml

Author: rmuir
Date: Sat Oct  2 17:32:23 2010
New Revision: 1003841

URL: http://svn.apache.org/viewvc?rev=1003841&view=rev
Log:
enable more violations from compile

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1003841&r1=1003840&r2=1003841&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Sat Oct  2 17:32:23 2010
@@ -646,7 +646,7 @@
         <!-- <compilerarg line="-Xmaxwarns 10000000"/>
         <compilerarg line="-Xmaxerrs 10000000"/> -->
         <!-- for generics in Java 1.5: -->
-        <compilerarg line="-Xlint:unchecked"/>
+        <compilerarg line="-Xlint -Xlint:-deprecation -Xlint:-serial"/>
       </javac>
     </sequential>
   </macrodef>