Kaydet (Commit) c1dc3828 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameter

üst 4d94ce58
...@@ -20,3 +20,14 @@ ...@@ -20,3 +20,14 @@
{ \ { \
return 0; \ 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 & )
{
}
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment