Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30652
Modified Files:
ChangeLog
Log Message:
Quell warnings from libantlr.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1368
retrieving revision 1.1369
diff -C2 -d -r1.1368 -r1.1369
*** ChangeLog 3 Nov 2006 06:03:44 -0000 1.1368
--- ChangeLog 3 Nov 2006 09:31:14 -0000 1.1369
***************
*** 1,4 ****
--- 1,23 ----
2006-11-03 Braden McDaniel <br...@en...>
+ Quell warnings from libantlr.
+
+ * lib/antlr/antlr/BaseAST.hpp
+ (antlr::BaseAST::setText(const std::string &)): Commented out
+ unused argument declaration.
+ (antlr::BaseAST::setType(int)): Commented out argument unused
+ declaration.
+ * lib/antlr/antlr/CharScanner.hpp
+ (antlr::CharScanner::recover(const RecognitionException &, const
+ BitSet &)): Commented out unused argument declaration.
+ * lib/antlr/antlr/Parser.hpp
+ (antlr::Parser::recover(const RecognitionException &, const
+ BitSet&)): Commented out unused argument declaration.
+ * lib/antlr/src/String.cpp
+ (antlr::operator+(const std::string &, size_t)): Use %ul when
+ printing size_t.
+
+ 2006-11-03 Braden McDaniel <br...@en...>
+
Updated Antlr support library to 2.7.6.
|