Kaydet (Commit) 025da162 authored tarafından David Tardon's avatar David Tardon

coverity#1242933 unused value

Change-Id: I416144a4ccf2856ce85ab4b24a69958615276cb9
üst 2ba3fd5a
...@@ -968,7 +968,7 @@ storeError OStorePageManager::rebuild ( ...@@ -968,7 +968,7 @@ storeError OStorePageManager::rebuild (
{ {
// Ordinary attributes. // Ordinary attributes.
sal_uInt32 nAttrib = 0; sal_uInt32 nAttrib = 0;
eErrCode = attrib (e.m_aKey, 0, e.m_nAttrib, nAttrib); attrib (e.m_aKey, 0, e.m_nAttrib, nAttrib);
} }
} }
} }
......
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