summaryrefslogtreecommitdiff
path: root/cppe/test/Common/TestCommon.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-07-13 15:29:44 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-07-13 15:29:44 +0000
commite589b2ffef92f34ee285adac69a3d44cdf17494a (patch)
tree3ee2c3289f06567e0c8e127a1eff40d4f42c1390 /cppe/test/Common/TestCommon.cpp
parentremoving ConcurrentModificationException (diff)
downloadice-e589b2ffef92f34ee285adac69a3d44cdf17494a.tar.bz2
ice-e589b2ffef92f34ee285adac69a3d44cdf17494a.tar.xz
ice-e589b2ffef92f34ee285adac69a3d44cdf17494a.zip
Remove warning.
Diffstat (limited to 'cppe/test/Common/TestCommon.cpp')
-rwxr-xr-xcppe/test/Common/TestCommon.cpp2
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");
}