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

Fix compilation error #5872

Closed
wants to merge 1 commit into from

Commits on Oct 1, 2019

  1. Fix compilation error

    Summary:
    Without this fix, compiler complains.
    ```
    $ROCKSDB_NO_FBCODE=1 USE_CLANG=1 make ldb
    table/block_based/full_filter_block.cc: In constructor ‘rocksdb::FullFilterBlockBuilder::FullFilterBlockBuilder(const rocksdb::SliceTransform*, bool, rocksdb::FilterBitsBuilder*)’:
    table/block_based/full_filter_block.cc:20:43: error: declaration of ‘prefix_extractor’ shadows a member of 'this' [-Werror=shadow]
    FilterBitsBuilder* filter_bits_builder)
    ```
    
    Test Plan:
    ```
    $ROCKSDB_NO_FBCODE=1 make all
    ```
    riversand963 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e48cc76 View commit details
    Browse the repository at this point in the history