From 6f9971f3b935f669b39d7a53266950ee92955027 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 20 Apr 2012 15:16:43 +0100 Subject: WaE: MSVC20082 unreferenced argument --- toolkit/inc/toolkit/helper/macros.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/inc') diff --git a/toolkit/inc/toolkit/helper/macros.hxx b/toolkit/inc/toolkit/helper/macros.hxx index b2acbf28de83..3d59e609c421 100644 --- a/toolkit/inc/toolkit/helper/macros.hxx +++ b/toolkit/inc/toolkit/helper/macros.hxx @@ -176,7 +176,7 @@ void ClassName::disposing( const ::com::sun::star::lang::EventObject& ) throw(:: sMessage += ::rtl::OString( e.Message.getStr(), e.Message.getLength(), RTL_TEXTENCODING_ASCII_US ); \ OSL_FAIL( sMessage.getStr() ); #else - #define DISPLAY_EXCEPTION( ClassName, MethodName, e ) + #define DISPLAY_EXCEPTION( ClassName, MethodName, e ) (void)e; #endif #define IMPL_TABLISTENERMULTIPLEXER_LISTENERMETHOD_BODY_2PARAM( ClassName, InterfaceName, MethodName, ParamType1, ParamType2 ) \ -- cgit