diff options
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/warnings.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cppunit/warnings.patch b/cppunit/warnings.patch index 39e804aff7f0..56facb2c596a 100644 --- a/cppunit/warnings.patch +++ b/cppunit/warnings.patch @@ -20,3 +20,14 @@ { \ return 0; \ } \ +--- misc/cppunit-1.12.1/include/cppunit/extensions/ExceptionTestCaseDecorator.h ++++ misc/build/cppunit-1.12.1/include/cppunit/extensions/ExceptionTestCaseDecorator.h +@@ -92,7 +92,7 @@ + * + * Should be overriden to check the exception. + */ +- virtual void checkException( ExpectedExceptionType &e ) ++ virtual void checkException( ExpectedExceptionType & ) + { + } + }; |