Author: j16sdiz Date: 2009-02-13 15:08:35 +0000 (Fri, 13 Feb 2009) New Revision: 25623
Modified: trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex Log: suppress warning for generated source Modified: trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java 2009-02-13 15:08:01 UTC (rev 25622) +++ trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.java 2009-02-13 15:08:35 UTC (rev 25623) @@ -1,4 +1,4 @@ -/* The following code was generated by JFlex 1.4.1 on 1/4/09 3:25 PM */ +/* The following code was generated by JFlex 1.4.1 on 2/13/09 11:03 PM */ /* This code is part of Freenet. It is distributed under the GNU General * Public License, version 2 (or at your option any later version). See @@ -13,12 +13,12 @@ // just needs somebody to go over the standard carefully and eliminate everything that isn't sufficiently specific (e.g. matching a '-' on its own). // Mostly from http://www.w3.org/TR/REC-CSS2/grammar.html -...@suppresswarnings("fallthrough") +...@suppresswarnings({ "fallthrough", "unused" }) /** * This class is a scanner generated by * <a href="http://www.jflex.de/">JFlex</a> 1.4.1 - * on 1/4/09 3:25 PM from the specification file + * on 2/13/09 11:03 PM from the specification file * <tt>src/freenet/clients/http/filter/CSSTokenizerFilter.jflex</tt> */ class CSSTokenizerFilter { Modified: trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex =================================================================== --- trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex 2009-02-13 15:08:01 UTC (rev 25622) +++ trunk/freenet/src/freenet/clients/http/filter/CSSTokenizerFilter.jflex 2009-02-13 15:08:35 UTC (rev 25623) @@ -11,7 +11,7 @@ // just needs somebody to go over the standard carefully and eliminate everything that isn't sufficiently specific (e.g. matching a '-' on its own). // Mostly from http://www.w3.org/TR/REC-CSS2/grammar.html -...@suppresswarnings("fallthrough") +...@suppresswarnings({ "fallthrough", "unused" }) %% %{ _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
