From d28ed6931f1a6eba9056cbd4eac4fbe2a98de33d Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Thu, 1 May 2014 12:41:49 -0700 Subject: [PATCH] fix release build --- table/format.cc | 1 + 1 file changed, 1 insertion(+) 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