Kaydet (Commit) 54d06818 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#982156 Unchecked return value

Change-Id: I16180cae5fcf8dc59614f4ccf33f8745db05e138
üst b4895186
...@@ -1503,7 +1503,7 @@ extern "C" CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_register( ...@@ -1503,7 +1503,7 @@ extern "C" CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_register(
else else
{ {
// destruction of this type in progress (another thread!) // destruction of this type in progress (another thread!)
osl_atomic_decrement( &pTDR->pType->nRefCount ); (void)osl_atomic_decrement( &pTDR->pType->nRefCount );
} }
} }
// take new descr // take new descr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment