summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 0bbc049cf..ca24aa5ee 100644
--- a/build.xml
+++ b/build.xml
@@ -171,9 +171,10 @@
<echo message="project.class.path: ${toString:project.class.path}" />
<javac srcdir="${src}/" destdir="${build}"
debug="true" debuglevel="lines,vars,source" includeantruntime="false"
- source="${javacSource}" target="${javacTarget}" encoding="UTF-8">
+ source="${javacSource}" target="${javacTarget}" encoding="UTF-8"
+ nowarn="on">
<classpath refid="project.class.path" />
- <compilerarg value="-Xlint"/>
+ <compilerarg value="-Xlint:unchecked"/>
</javac>
<!-- prepare classpath for MANIFEST (manifest cp is relative to jar) -->