Ant build.xml: pass -Xlint -Xlint:-serial to javac

This commit is contained in:
Sam Harwell 2013-01-05 05:27:48 -06:00
parent af74df88ee
commit 4cf2bb2bba
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@ build.sysclasspath=ignore
target="1.5"
debug="true"
excludes="org/antlr/v4/test/**">
<classpath refid="classpath"/>
<compilerarg value="-Xlint"/>
<compilerarg value="-Xlint:-serial"/>
<classpath refid="classpath"/>
<src path="${build.dir}/src:${build.dir}/gen"/>
</javac>
</target>