Skip to content

Commit cb30235

Browse files
author
Ryan
committed
added (and commented out) -Xlint:all,-fallthrough - future use.
1 parent eb8d14e commit cb30235

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
fork="true"
4343
debug="on"
4444
includeantruntime="false">
45+
46+
<!--
47+
TODO: This is commented out for now. If you feel like making some easy
48+
changes, uncomment and go to town :-)
49+
<compilerarg value="-Xlint:all,-fallthrough"/>
50+
-->
51+
4552
<classpath refid="classpath"/>
4653
</javac>
4754

0 commit comments

Comments
 (0)