diff --git a/table/format.cc b/table/format.cc index fe7a06a5f..bbf95e113 100644 --- a/table/format.cc +++ b/table/format.cc @@ -95,6 +95,7 @@ inline uint64_t UpconvertLegacyFooterFormat(uint64_t magic_number) { return kPlainTableMagicNumber; } assert(false); + return 0; } } // namespace