summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Exceptions/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Exceptions/server.cpp')
-rw-r--r--TAO/tests/AMH_Exceptions/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/AMH_Exceptions/server.cpp b/TAO/tests/AMH_Exceptions/server.cpp
index e22de7cddf3..eedafb22c35 100644
--- a/TAO/tests/AMH_Exceptions/server.cpp
+++ b/TAO/tests/AMH_Exceptions/server.cpp
@@ -189,7 +189,7 @@ ST_AMH_Server::run_event_loop ()
this->orb_->perform_work (&period);
}
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{}
}