Update of /cvsroot/cppunit/cppunit
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27874
Modified Files:
ChangeLog
Log Message:
Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -C2 -d -r1.267 -r1.268
*** ChangeLog 20 Feb 2008 06:21:49 -0000 1.267
--- ChangeLog 21 Feb 2008 03:10:04 -0000 1.268
***************
*** 1,4 ****
--- 1,18 ----
2008-02-20 Steve M. Robbins <sm...@su...>
+ * Changes to build without warnings using gcc -Wall -W -ansi.
+ Applied patch [1898225] to remove name of unused argument and use
+ no-arg version of main(). Tested on both GCC 4.2.3 and a
+ prerelease of GCC 4.3.0.
+ * examples/cppunittest/assertion_traitsTest.cpp (test_toString):
+ Change template parameter of
+ CPPUNIT_NS::assertion_traits<char*>::toString() to const char*,
+ avoiding a deprecated conversion from string literal to char*.
+ * src/DllPlugInTester/CommandLineParserTest.cpp (parse): move
+ semicolon of empty loop body to its own line, avoiding a warning
+ in GCC 4.3.
+
+ 2008-02-20 Steve M. Robbins <sm...@su...>
+
* configure.in: Update CPPUNIT_MICRO_VERSION for release 1.12.1.
|