[Cppunit-cvs] cppunit/include/cppunit/extensions ExceptionTestCaseDecorator.h, 1.3, 1.4
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2008-02-21 03:10:40
|
Update of /cvsroot/cppunit/cppunit/include/cppunit/extensions In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27874/include/cppunit/extensions Modified Files: ExceptionTestCaseDecorator.h Log Message: Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225]. Index: ExceptionTestCaseDecorator.h =================================================================== RCS file: /cvsroot/cppunit/cppunit/include/cppunit/extensions/ExceptionTestCaseDecorator.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ExceptionTestCaseDecorator.h 15 Mar 2003 08:55:28 -0000 1.3 --- ExceptionTestCaseDecorator.h 21 Feb 2008 03:10:06 -0000 1.4 *************** *** 93,97 **** * Should be overriden to check the exception. */ ! virtual void checkException( ExpectedExceptionType &e ) { } --- 93,97 ---- * Should be overriden to check the exception. */ ! virtual void checkException( ExpectedExceptionType & ) { } |