WaE: variable 'dwResult' set but not used

This commit is contained in:
David Tardon 2012-03-08 11:53:03 +01:00
parent f74379741f
commit d8639ceb1d

View file

@ -327,6 +327,7 @@ CMtaOleClipboard::~CMtaOleClipboard( )
sal_uInt32 dwResult = WaitForSingleObject(
m_hClipboardChangedNotifierThread, MAX_WAIT_SHUTDOWN );
(void) dwResult;
OSL_ENSURE( dwResult == WAIT_OBJECT_0, "clipboard notifier thread could not terminate" );
if ( NULL != m_hClipboardChangedNotifierThread )