summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tests/CORBA_e_Implicit_Activation/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CORBA_e_Implicit_Activation/server.cpp b/TAO/tests/CORBA_e_Implicit_Activation/server.cpp
index feca809fbef..215bab98bb1 100644
--- a/TAO/tests/CORBA_e_Implicit_Activation/server.cpp
+++ b/TAO/tests/CORBA_e_Implicit_Activation/server.cpp
@@ -41,7 +41,7 @@ main (int argc, char *argv[])
root_poa->destroy (1, 1);
orb->destroy ();
}
- catch (const PortableServer::POA::ServantNotActive& ex)
+ catch (const PortableServer::POA::ServantNotActive&)
{
ACE_DEBUG ((LM_DEBUG, "This test passes.\n"));
status = 0;