diff --git a/util/bloom_test.cc b/util/bloom_test.cc index 9d509ac3dfe50fa1ddde120ac6d4cd3557d5328c..06dd1de06c6e0ef2599290a4d89f302efa9b0136 100644 --- a/util/bloom_test.cc +++ b/util/bloom_test.cc @@ -806,7 +806,7 @@ TEST_P(FullBloomTest, Schema) { struct RawFilterTester { // Buffer, from which we always return a tail Slice, so the // last five bytes are always the metadata bytes. - std::array data_; + std::array data_{}; // Points five bytes from the end char* metadata_ptr_;