diff --git a/util/bloom_test.cc b/util/bloom_test.cc index 9d509ac3d..06dd1de06 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_;