Ant build.xml: pass -Xlint -Xlint:-serial to javac
This commit is contained in:
parent
af74df88ee
commit
4cf2bb2bba
|
@ -84,6 +84,8 @@ build.sysclasspath=ignore
|
||||||
target="1.5"
|
target="1.5"
|
||||||
debug="true"
|
debug="true"
|
||||||
excludes="org/antlr/v4/test/**">
|
excludes="org/antlr/v4/test/**">
|
||||||
|
<compilerarg value="-Xlint"/>
|
||||||
|
<compilerarg value="-Xlint:-serial"/>
|
||||||
<classpath refid="classpath"/>
|
<classpath refid="classpath"/>
|
||||||
<src path="${build.dir}/src:${build.dir}/gen"/>
|
<src path="${build.dir}/src:${build.dir}/gen"/>
|
||||||
</javac>
|
</javac>
|
||||||
|
|
Loading…
Reference in New Issue