Kaydet (Commit) 0a7b110d authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1242813 Unused value

and

coverity#1242867 Unused value

Change-Id: I8ad069a5a84b97e956cafcd925fd733fb5ed9b2e
üst 22681a96
......@@ -919,13 +919,13 @@ storeError OStorePageManager::rebuild (
continue;
// Write 'Destination' data page. @@@ READONLY @@@
eErrCode = aDstPage.write (i, aData, *this);
(void) aDstPage.write (i, aData, *this);
}
}
// Update 'Destination' directory page.
aDstPage.dataLength (nDataLen);
eErrCode = base::saveObjectAt (aDstPage, aDstPage.location());
(void) base::saveObjectAt (aDstPage, aDstPage.location());
}
// Save directory scan results.
......
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