aboutsummaryrefslogtreecommitdiff
path: root/common.xml
diff options
context:
space:
mode:
authorlimpbizkit@gmail.com <limpbizkit@gmail.com@d779f126-a31b-0410-b53b-1d3aecad763e>2010-12-15 05:29:08 +0000
committerlimpbizkit@gmail.com <limpbizkit@gmail.com@d779f126-a31b-0410-b53b-1d3aecad763e>2010-12-15 05:29:08 +0000
commitf981ab50d06bf4579d51c69f6feb25b1468c3d6c (patch)
tree6cc3bc04f40f0e7ad11650eda32452e489adce61 /common.xml
parentea27c01951aec20a880d410c57d1e5e1204fcb84 (diff)
downloadguice-f981ab50d06bf4579d51c69f6feb25b1468c3d6c.tar.gz
Enable all warnings except for serialization warnings.
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1459 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.xml b/common.xml
index d9fc1b6f..e3cbb02d 100644
--- a/common.xml
+++ b/common.xml
@@ -15,6 +15,7 @@
debug="on"
destdir="${build.dir}/classes"
source="1.5" target="1.5" includeantruntime="false">
+ <compilerarg value="-Xlint:all,-serial"/>
<classpath refid="compile.classpath"/>
</javac>
<copy toDir="${build.dir}/classes">