Fix compile warning in thread_status_util.h on Mac

Summary:
Fix compile warning in thread_status_util.h on Mac

Test Plan:
make dbg -j32
main
Yueh-Hsuan Chiang 10 years ago
parent 417367c42d
commit 56c4a9c760
  1. 2
      util/thread_status_util.h

@ -116,8 +116,10 @@ class AutoThreadOperationStageUpdater {
ThreadStatus::OperationStage stage);
~AutoThreadOperationStageUpdater();
#if ROCKSDB_USING_THREAD_STATUS
private:
ThreadStatus::OperationStage prev_stage_;
#endif
};
} // namespace rocksdb

Loading…
Cancel
Save