Revision: 15238
          http://gate.svn.sourceforge.net/gate/?rev=15238&view=rev
Author:   valyt
Date:     2012-01-27 14:56:46 +0000 (Fri, 27 Jan 2012)
Log Message:
-----------
Also ignore unused labels.

Modified Paths:
--------------
    gate/trunk/src/gate/util/compilers/Eclipse.java

Modified: gate/trunk/src/gate/util/compilers/Eclipse.java
===================================================================
--- gate/trunk/src/gate/util/compilers/Eclipse.java     2012-01-27 12:57:23 UTC 
(rev 15237)
+++ gate/trunk/src/gate/util/compilers/Eclipse.java     2012-01-27 14:56:46 UTC 
(rev 15238)
@@ -300,6 +300,8 @@
                  CompilerOptions.IGNORE);
     settings.put(CompilerOptions.OPTION_ReportRawTypeReference,
                  CompilerOptions.IGNORE);
+    settings.put(CompilerOptions.OPTION_ReportUnusedLabel,
+        CompilerOptions.IGNORE);    
 
     // source and target - force 1.6 target as GATE only requires 1.6 or later.
     settings.put(CompilerOptions.OPTION_Source,

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to