summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-10 17:13:47 +0000
committermichelou <michelou@epfl.ch>2007-04-10 17:13:47 +0000
commit88a5144bb69da7f5d154b11c6b5e40d1bcb284f8 (patch)
tree51f0a7f4491f41692c73de986c13427bc4ade5f6 /build.xml
parent10cbf9df8d32e7e2af44ef412239e21824fdaec3 (diff)
downloadscala-88a5144bb69da7f5d154b11c6b5e40d1bcb284f8.tar.gz
scala-88a5144bb69da7f5d154b11c6b5e40d1bcb284f8.tar.bz2
scala-88a5144bb69da7f5d154b11c6b5e40d1bcb284f8.zip
added unchecked
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 393998c465..2b2eccb634 100644
--- a/build.xml
+++ b/build.xml
@@ -494,7 +494,8 @@ BUILD QUICK-TEST LAYER
<locker
srcdir="${src.dir}/compiler"
destdir="${quick.dir}/lib/compiler"
- addparams="${nsc.params}" deprecation="yes"
+ addparams="${nsc.params}"
+ deprecation="yes" unchecked="yes"
scalacdebugging="${nsc.log-files}">
<classpath>
<pathelement location="${quick.dir}/lib/library"/>