summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/notifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/notifier.cpp')
-rw-r--r--TAO/examples/Event_Comm/notifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Event_Comm/notifier.cpp b/TAO/examples/Event_Comm/notifier.cpp
index 5ed51496242..774eea4db30 100644
--- a/TAO/examples/Event_Comm/notifier.cpp
+++ b/TAO/examples/Event_Comm/notifier.cpp
@@ -24,7 +24,7 @@ Notifier::run (void)
{
ns_.run ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
return;
}