Fix compile error (#7908)
Summary: OS: Ubuntu 14.04 Compiler: GCC 4.9.4 Compile error: ``` db/forward_iterator.cc:996:62: error: declaration of ‘key’ shadows a member of 'this' [-Werror=shadow] auto cmp = [&](const FileMetaData* f, const Slice& key) -> bool { ``` Pull Request resolved: https://github.com/facebook/rocksdb/pull/7908 Reviewed By: jay-zhuang Differential Revision: D26899986 Pulled By: ajkr fbshipit-source-id: 66b0b97aefd0f13a085e063491f8207366a9f848main
parent
670567db09
commit
6fad38ebe8
Loading…
Reference in new issue