summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-10-27 06:02:17 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-10-27 06:02:17 +0000
commit26f233bd17613da9dd8c1e0dc25bcef7fbfd3673 (patch)
treeb92b91021762dac0eff1f4654de261f860229871 /cpp/test/IceUtil/thread/RWRecMutexTest.cpp
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=549 (diff)
downloadice-26f233bd17613da9dd8c1e0dc25bcef7fbfd3673.tar.bz2
ice-26f233bd17613da9dd8c1e0dc25bcef7fbfd3673.tar.xz
ice-26f233bd17613da9dd8c1e0dc25bcef7fbfd3673.zip
fix windows compilation problem.
Diffstat (limited to 'cpp/test/IceUtil/thread/RWRecMutexTest.cpp')
-rw-r--r--cpp/test/IceUtil/thread/RWRecMutexTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
index c34f1153b42..399a0e395d1 100644
--- a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
+++ b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
@@ -302,7 +302,7 @@ public:
_m.upgrade();
}
}
- catch(DeadlockException& ex)
+ catch(DeadlockException&)
{
_failed = true;
}