Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bloom_test: fix compilation error with GCC 12 (#136) #137

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

isaac-io
Copy link
Contributor

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.

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.
@isaac-io isaac-io added the Upstreamable can be upstreamed to RocksDB label Aug 24, 2022
@isaac-io isaac-io requested a review from Yuval-Ariel August 24, 2022 10:55
@isaac-io isaac-io self-assigned this Aug 24, 2022
@isaac-io isaac-io linked an issue Aug 24, 2022 that may be closed by this pull request
@isaac-io isaac-io merged commit 36c02c4 into main Aug 24, 2022
@isaac-io isaac-io deleted the 136-bloom_test-compilation-failures-with-gcc branch August 25, 2022 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstreamable can be upstreamed to RocksDB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bloom_test: compilation failures with GCC
2 participants