enable more violations from compile

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1003841 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-10-02 17:32:23 +00:00
parent d2d6a45601
commit 9c716e796b
1 changed files with 1 additions and 1 deletions

View File

@ -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>