fix compile warning

main
Igor Canadi 11 years ago
parent 0afc8bc29a
commit d29e48bb2e
  1. 2
      table/format.cc

@ -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);

Loading…
Cancel
Save