]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Turn -Wshadow back on
authorIgor Canadi <icanadi@fb.com>
Thu, 6 Nov 2014 19:14:28 +0000 (11:14 -0800)
committerIgor Canadi <icanadi@fb.com>
Thu, 6 Nov 2014 19:14:28 +0000 (11:14 -0800)
commit9f20395cd618ed41eb6afaba9aa380c209bb4c5d
tree02099dd56f502dafb7bcf42dc52e94ea5e281f86
parentc02338a698569c556a8019240b3740aa30d61cdd
Turn -Wshadow back on

Summary: It turns out that -Wshadow has different rules for gcc than clang. Previous commit fixed clang. This commits fixes the rest of the warnings for gcc.

Test Plan: compiles

Reviewers: ljin, yhchiang, rven, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D28131
30 files changed:
Makefile
db/column_family.cc
db/column_family.h
db/compaction.cc
db/db_iter.cc
db/db_iter_test.cc
db/db_test.cc
db/dbformat.cc
db/dbformat.h
db/file_indexer_test.cc
db/log_reader.cc
db/memtable_list.cc
db/merge_helper.cc
db/skiplist_test.cc
db/transaction_log_impl.cc
db/transaction_log_impl.h
db/version_set.cc
helpers/memenv/memenv.cc
include/rocksdb/status.h
table/cuckoo_table_reader_test.cc
table/format.cc
table/format.h
table/iterator_wrapper.h
table/merger.cc
table/table_test.cc
util/autovector_test.cc
util/mock_env.cc
util/status.cc
utilities/document/json_document.cc
utilities/write_batch_with_index/write_batch_with_index.cc