summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp')
-rw-r--r--TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp b/TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp
index 517ffb87601..01df584fecc 100644
--- a/TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp
+++ b/TAO/orbsvcs/tests/CosEvent/Basic/Random.cpp
@@ -443,7 +443,7 @@ RND_Supplier::svc (void)
this->push_new_event ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}
if (i * 100 / niterations >= percent)