coverity#982157 Unchecked return value
Change-Id: Ia6a1ee154254e7efc0d787ce92222e80fecfd04e
This commit is contained in:
@@ -2281,7 +2281,7 @@ extern "C" void SAL_CALL typelib_typedescriptionreference_getByName(
|
||||
{
|
||||
// detruction of this type in progress (another thread!)
|
||||
// no acces through this weak reference
|
||||
osl_atomic_decrement( &(*aIt).second->nRefCount );
|
||||
(void)osl_atomic_decrement( &(*aIt).second->nRefCount );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user