diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-13 15:29:44 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-13 15:29:44 +0000 |
commit | e589b2ffef92f34ee285adac69a3d44cdf17494a (patch) | |
tree | 3ee2c3289f06567e0c8e127a1eff40d4f42c1390 /cppe/test/Common/TestCommon.cpp | |
parent | removing ConcurrentModificationException (diff) | |
download | ice-e589b2ffef92f34ee285adac69a3d44cdf17494a.tar.bz2 ice-e589b2ffef92f34ee285adac69a3d44cdf17494a.tar.xz ice-e589b2ffef92f34ee285adac69a3d44cdf17494a.zip |
Remove warning.
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"); } |