Revision: 17524
          http://sourceforge.net/p/gate/code/17524
Author:   markagreenwood
Date:     2014-03-04 10:54:05 +0000 (Tue, 04 Mar 2014)
Log Message:
-----------
finer grained control over the compile warnings

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

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2014-03-04 10:53:29 UTC (rev 17523)
+++ gate/trunk/build.xml        2014-03-04 10:54:05 UTC (rev 17524)
@@ -253,12 +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" />
+      <compilerarg value="-Xlint:all" />
+      <compilerarg value="-Xlint:-rawtypes" />
+      <compilerarg value="-Xlint:-unchecked" />
+      <compilerarg value="-Xlint:-serial" />
+      <compilerarg value="-Xlint:-cast" />
+      <compilerarg value="-Xlint:-static" />
     </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