From fb4308146e9179a5866a2313d2e636028bf7a4ca Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sat, 27 Jan 2007 06:14:59 +0000 Subject: --- TAO/tao/Messaging/Asynch_Invocation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TAO/tao/Messaging/Asynch_Invocation.cpp b/TAO/tao/Messaging/Asynch_Invocation.cpp index 2dbb1628cd6..b2c5088fa35 100644 --- a/TAO/tao/Messaging/Asynch_Invocation.cpp +++ b/TAO/tao/Messaging/Asynch_Invocation.cpp @@ -157,6 +157,8 @@ namespace TAO s = TAO_INVOKE_RESTART; else if (status == PortableInterceptor::SYSTEM_EXCEPTION || status == PortableInterceptor::USER_EXCEPTION) +#else + ACE_UNUSED_ARG (ex); #endif /*TAO_HAS_INTERCEPTORS*/ throw; } -- cgit v1.2.1