Skip to content

Commit

Permalink
show compiler warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
cburroughs committed Sep 27, 2008
1 parent 589f39f commit 6951bd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.xml
Expand Up @@ -30,7 +30,10 @@
<pathelement location="lib/svnkit.jar" />
<pathelement location="lib/swing-layout-1.0.3.jar" />
</path>
<javac destdir="${build}" srcdir="${src}" classpathref="library.classpath" debug="true" deprecation="false" />
<javac destdir="${build}" srcdir="${src}" classpathref="library.classpath"
debug="true" deprecation="false">
<compilerarg value="-Xlint"/>
</javac>
<copy file="${src}/particle.png" todir="${build}" />
</target>

Expand Down

0 comments on commit 6951bd6

Please sign in to comment.