summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 397fa16..1dbf4b3 100644
--- a/build.xml
+++ b/build.xml
@@ -14,7 +14,7 @@
<target name="compile" depends="init" description="compile the source" >
<javac srcdir="${sources}" destdir="${classes}">
- <compilerarg value="-Xlint:deprecation" />
+ <compilerarg value="-Xlint:deprecation,unchecked" />
</javac>
<copy todir="${classes}/icons">
<fileset dir="icons" />