You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yueh-Hsuan Chiang
a558830f8f
Fixed compile warnings in posix_logger.h and coding.h
Summary:
Fixed the following compile warnings:
/Users/yhchiang/rocksdb/util/posix_logger.h:32:11: error: unused variable 'kDebugLogChunkSize' [-Werror,-Wunused-const-variable]
const int kDebugLogChunkSize = 128 * 1024;
^
/Users/yhchiang/rocksdb/util/coding.h:24:20: error: unused variable 'kMaxVarint32Length' [-Werror,-Wunused-const-variable]
const unsigned int kMaxVarint32Length = 5;
^
2 errors generated.
Test Plan: make clean rocksdb
Reviewers: igor, sdong, anthony, IslamAbdelRahman, rven, kradhakrishnan, adamretter
Reviewed By: adamretter
Subscribers: andrewkr, dhruba, leveldb
Differential Revision: https://reviews.facebook.net/D56223
|
9 years ago |
.. |
env_win.cc
|
Implement ConsistentChildrenAttribute
|
9 years ago |
port_win.cc
|
Latest versions of Jemalloc library do not require je_init()/je_unint()
|
9 years ago |
port_win.h
|
Updated all copyright headers to the new format.
|
9 years ago |
win_logger.cc
|
Updated all copyright headers to the new format.
|
9 years ago |
win_logger.h
|
Fixed compile warnings in posix_logger.h and coding.h
|
9 years ago |