mirror of https://github.com/apache/lucene.git
LUCENE-2630: allow lucene to be built with non-sun jvms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@996942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
350963de8d
commit
f4d106b4d0
|
@ -643,8 +643,8 @@
|
|||
source="@{javac.source}"
|
||||
target="@{javac.target}">
|
||||
<nested/>
|
||||
<compilerarg line="-Xmaxwarns 10000000"/>
|
||||
<compilerarg line="-Xmaxerrs 10000000"/>
|
||||
<!-- <compilerarg line="-Xmaxwarns 10000000"/>
|
||||
<compilerarg line="-Xmaxerrs 10000000"/> -->
|
||||
<!-- for generics in Java 1.5: -->
|
||||
<!--<compilerarg line="-Xlint:unchecked"/>-->
|
||||
</javac>
|
||||
|
|
Loading…
Reference in New Issue