summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA.cpp')
-rw-r--r--TAO/tao/PortableServer/POA.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/POA.cpp b/TAO/tao/PortableServer/POA.cpp
index 9d72d083305..efc47afd0b8 100644
--- a/TAO/tao/PortableServer/POA.cpp
+++ b/TAO/tao/PortableServer/POA.cpp
@@ -3437,6 +3437,8 @@ TAO_POA::imr_notify_startup (TAO_ENV_SINGLE_ARG_DECL)
}
ACE_CATCH (CORBA::SystemException, sysex)
{
+ // Avoid warnings on platforms with native C++ exceptions
+ ACE_UNUSED_ARG (sysex);
ACE_RE_THROW;
}
ACE_CATCHANY