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
This commit is contained in:
parent
417367c42d
commit
56c4a9c760
@ -116,8 +116,10 @@ class AutoThreadOperationStageUpdater {
|
|||||||
ThreadStatus::OperationStage stage);
|
ThreadStatus::OperationStage stage);
|
||||||
~AutoThreadOperationStageUpdater();
|
~AutoThreadOperationStageUpdater();
|
||||||
|
|
||||||
|
#if ROCKSDB_USING_THREAD_STATUS
|
||||||
private:
|
private:
|
||||||
ThreadStatus::OperationStage prev_stage_;
|
ThreadStatus::OperationStage prev_stage_;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace rocksdb
|
} // namespace rocksdb
|
||||||
|
Loading…
Reference in New Issue
Block a user