summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp')
-rw-r--r--TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp b/TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp
index 8f46138e1ef..1c3a986f0c3 100644
--- a/TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp
+++ b/TAO/orbsvcs/tests/Bug_2285_Regression/client2.cpp
@@ -154,9 +154,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
result = 1;
ACE_DEBUG ((LM_ERROR, "Error: REGRESSION identified by server %u. Test Failed !!\n", last_server));
}
- catch (const CORBA::COMM_FAILURE& my_ex)
+ catch (const CORBA::COMM_FAILURE&)
{
- ACE_UNUSED_ARG (my_ex);
// We can't use the word exception for fear of upsetting the build log parser
ACE_DEBUG ((LM_DEBUG, "Client caught one of those things that is normally used to indicate a problem ("
"although it doesn't in this case) and which we cannot name because the autobuild "