summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-24 23:11:37 +0000
committerPaul Buetow <paul@buetow.org>2008-05-24 23:11:37 +0000
commitc4ad328e63067bc290c52a92c602220007729a9c (patch)
treeebc9e58c72167949ad00352fdcb455f72e7f778b /build.xml
parent7015fbd868d211e5688723e0de9efe933fcb5596 (diff)
Cleanup.
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" />