Skip to content

Commit

Permalink
fix compilation issue in debug level 0
Browse files Browse the repository at this point in the history
  • Loading branch information
udi-speedb committed May 25, 2022
1 parent 2a287dc commit 26f72a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion table/block_based/filter_policy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,8 @@ class SpeedbBlockBloomBitsBuilder : public XXH3pFilterBitsBuilder {

void AddAllEntries(char* data, uint32_t data_len_bytes, int num_probes) {
assert(num_probes == spdb_bloom::NumHashFuncs);

(void)num_probes;

InitBlockHistogram();
BuildBlocksHistogram(data_len_bytes);
PairBlocks();
Expand Down

0 comments on commit 26f72a7

Please sign in to comment.