summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp')
-rw-r--r--TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp b/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp
index 1213d69c276..1bb9dcf3336 100644
--- a/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp
+++ b/TAO/tests/Collocation_Exception_Test/Collocated_Test.cpp
@@ -92,7 +92,7 @@ main (int argc, char *argv[])
ACE_Thread_Manager::instance ()->wait ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// Ignore exceptions..
}