Revision: 17517
          http://sourceforge.net/p/gate/code/17517
Author:   markagreenwood
Date:     2014-03-03 19:13:38 +0000 (Mon, 03 Mar 2014)
Log Message:
-----------
turn on more compiler warnings now we've cleaned up all the others

Modified Paths:
--------------
    gate/trunk/build.xml

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2014-03-03 18:18:22 UTC (rev 17516)
+++ gate/trunk/build.xml        2014-03-03 19:13:38 UTC (rev 17517)
@@ -253,6 +253,12 @@
     <javac srcdir="${srcDir}" destdir="${outputDir}" source="1.6" target="1.6" 
encoding="UTF-8" debug="true" deprecation="${deprecation}" 
debuglevel="lines,source" includes="gate/**,com/**,hepple/**" 
classpathref="build.class.path">
       <compilerarg value="-Xmaxwarns" />
       <compilerarg value="${gate.compile.maxwarnings}" />
+      <compilerarg value="-Xlint:divzero" />
+      <compilerarg value="-Xlint:empty" />
+      <compilerarg value="-Xlint:fallthrough" />
+      <compilerarg value="-Xlint:path" />
+      <compilerarg value="-Xlint:finally" />
+      <compilerarg value="-Xlint:overrides" />
     </javac>
   </target>
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to