Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bloom_test: fix compilation error with GCC 12 (#136)
When compiling bloom_test with GCC 12 it complains about using uninitialised variables. The error is technically wrong, since only the address is taken, but since this is a test and there's no performance penalty, initialise the member to get rid of the error.
- Loading branch information