Commit 799c6b44 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3473 get gcc with gcov to compile the newbrt refs[t:3473]

git-svn-id: file:///svn/toku/tokudb@30359 c7de825b-a66e-492c-adef-691d508d4ae1
parent e4d67730
......@@ -19,7 +19,7 @@ size_t toku_compress_bound (enum toku_compression_method a, size_t size)
return compressBound (size);
}
// fall through for bad enum (thus compiler can warn us if we didn't use all the enums
assert(0);
assert(0); return 0;
}
static const int zlib_compression_level = 5;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment