summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/PubSubComponent/PubSub_Component_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/CollocatedPubSub/PubSubComponent/PubSub_Component_exec.cpp')
-rw-r--r--CIAO/connectors/dds4ccm/tests/CollocatedPubSub/PubSubComponent/PubSub_Component_exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/PubSubComponent/PubSub_Component_exec.cpp b/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/PubSubComponent/PubSub_Component_exec.cpp
index 3fdc5b19acc..9fa7bf2cc8d 100644
--- a/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/PubSubComponent/PubSub_Component_exec.cpp
+++ b/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/PubSubComponent/PubSub_Component_exec.cpp
@@ -153,7 +153,7 @@ namespace CIAO_CoPubSub_PubSub_comp_Impl
"Sample has been written: <%C> - <%d>\n",
sample.hello.in (), sample.msgId));
}
- catch (CCM_DDS::InternalError & ex) // catch "normal" exception
+ catch (const CCM_DDS::InternalError &) // catch "normal" exception
{
ACE_ERROR ((LM_ERROR, "PubSub_comp_exec_i::tick - "
"ERROR: caught InternalError.\n"));