Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a compile warning in util/arena.cc when hugetlb is not supported.
Summary: Fixed the following compile warning when hugetlb is not supported. ./util/arena.h:102:10: error: private field 'hugetlb_size_' is not used [-Werror,-Wunused-private-field] size_t hugetlb_size_ = 0; ^ 1 error generated. Test Plan: make db_stress Reviewers: igor, sdong, anthony, IslamAbdelRahman Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D47691
- Loading branch information