coverity#982157 Unchecked return value

Change-Id: Ia6a1ee154254e7efc0d787ce92222e80fecfd04e
This commit is contained in:
Caolán McNamara
2014-10-08 15:09:15 +01:00
parent 54d068185e
commit 0fe035e366

View File

@@ -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 );
}
}
}