WaE: variable 'dwResult' set but not used
This commit is contained in:
parent
f74379741f
commit
d8639ceb1d
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue