summaryrefslogtreecommitdiff
path: root/cppunit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-01 00:13:54 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-01 01:26:16 +0200
commitc1dc38282b4220db7a31f70e8272aaa170fd4c76 (patch)
treed7f200d6b28984402c585d91ae7b17fd00ec6c2f /cppunit
parent4d94ce58932d00905b749eab7b105e74dc017ff4 (diff)
WaE: unused parameter
Diffstat (limited to 'cppunit')
-rw-r--r--cppunit/warnings.patch11
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 & )
+ {
+ }
+ };