diff --git a/tests/test.cpp b/tests/test.cpp index fa9ec1e6a4..62e04b129b 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -108,7 +108,7 @@ public: { return functor(); } - catch ( std::exception& e ) + catch ( std::exception& ) { // cppunit deals with the standard exceptions itself, let it do as // it output more details (especially for std::exception-derived