diff options
Diffstat (limited to 'cppe/test/Common/TestCommon.cpp')
-rwxr-xr-x | cppe/test/Common/TestCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/test/Common/TestCommon.cpp b/cppe/test/Common/TestCommon.cpp index 9b2ba5322fb..bfdf294a1b1 100755 --- a/cppe/test/Common/TestCommon.cpp +++ b/cppe/test/Common/TestCommon.cpp @@ -279,7 +279,7 @@ TestApplication::main(HINSTANCE hInstance) extern char **__argv; status = run(__argc, __argv); } - catch(const TestSuiteFailed& e) + catch(const TestSuiteFailed&) { tprintf("test failed\n"); } |