mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
fix compile warning
This commit is contained in:
@@ -231,7 +231,7 @@ Status ReadBlockContents(RandomAccessFile* file,
|
||||
const char* data = contents.data(); // Pointer to where Read put the data
|
||||
if (options.verify_checksums) {
|
||||
uint32_t value = DecodeFixed32(data + n + 1);
|
||||
uint32_t actual;
|
||||
uint32_t actual = 0;
|
||||
switch (footer.checksum()) {
|
||||
case kCRC32c:
|
||||
value = crc32c::Unmask(value);
|
||||
|
||||
Reference in New Issue
Block a user