Skip to content

Commit

Permalink
added (and commented out) -Xlint:all,-fallthrough - future use.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Feb 8, 2011
1 parent eb8d14e commit cb30235
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.xml
Expand Up @@ -42,6 +42,13 @@
fork="true"
debug="on"
includeantruntime="false">

<!--
TODO: This is commented out for now. If you feel like making some easy
changes, uncomment and go to town :-)
<compilerarg value="-Xlint:all,-fallthrough"/>
-->

<classpath refid="classpath"/>
</javac>

Expand Down

0 comments on commit cb30235

Please sign in to comment.