We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e1dc5 commit 97973aaCopy full SHA for 97973aa
build.xml
@@ -43,12 +43,7 @@
43
debug="on"
44
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
-
52
<classpath refid="classpath"/>
53
</javac>
54
@@ -62,6 +57,7 @@
62
57
63
58
64
59
60
+ <compilerarg value="-Xlint:all,-fallthrough"/>
65
61
66
67
</target>
@@ -80,6 +76,7 @@
80
76
81
77
82
78
79
83
84
85
0 commit comments