提交 d4d42c02 编写于 作者: V Venkatesh Radhakrishnan

Fixed clang build in env.h

Summary: Mark function as override.

Test Plan: USE_CLANG=1 make -j32 check

Reviewers: sdong, yhchiang, igor

Reviewed By: igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D35163
上级 b2b30865
......@@ -814,7 +814,7 @@ class EnvWrapper : public Env {
return target_->Schedule(f, a, pri, tag);
}
int UnSchedule(void* tag, Priority pri) {
int UnSchedule(void* tag, Priority pri) override {
return target_->UnSchedule(tag, pri);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册