summaryrefslogtreecommitdiff
path: root/store/source/storpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storpage.cxx')
-rw-r--r--store/source/storpage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index b97a945e20ac..5599eef9a5c4 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -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.