summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"/>