summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp')
-rw-r--r--TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp b/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
index 8385f709060..bdedb6c27ff 100644
--- a/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
@@ -366,7 +366,7 @@ DualEC_Supplier::run_nav_thread (void *arg)
while (++total_sent < sup->total_messages_);
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
@@ -435,7 +435,7 @@ DualEC_Supplier::run_weap_thread (void *arg)
while (++total_sent < sup->total_messages_);
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}