Skip to content

Commit

Permalink
Enable all warnings except for serialization warnings.
Browse files Browse the repository at this point in the history
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1459 d779f126-a31b-0410-b53b-1d3aecad763e
  • Loading branch information
[email protected] committed Dec 15, 2010
1 parent ea27c01 commit f981ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit f981ab5

Please sign in to comment.