summaryrefslogtreecommitdiff
path: root/CIAO/examples/BasicSP/EC/EC_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/BasicSP/EC/EC_exec.cpp')
-rw-r--r--CIAO/examples/BasicSP/EC/EC_exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/BasicSP/EC/EC_exec.cpp b/CIAO/examples/BasicSP/EC/EC_exec.cpp
index 7c1a9058abf..89a3a57edfd 100644
--- a/CIAO/examples/BasicSP/EC/EC_exec.cpp
+++ b/CIAO/examples/BasicSP/EC/EC_exec.cpp
@@ -255,7 +255,7 @@ MyImpl::EC_exec_i::pulse (void)
this->context_->push_timeout (ev.in ());
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// @@ do nothing?
}