fix compile error from latest compiler version (#4359)

Signed-off-by: peng.xu <peng.xu@zilliz.com>
pull/4364/head
XuPeng-SH 2020-12-03 11:28:20 +08:00 committed by GitHub
parent 936a300275
commit 1040ad3f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ TimerManager::Start() {
for (auto& timer : timers_) {
timer->timer_.async_wait(std::bind(&TimerContext::Reschedule, timer, std::placeholders::_1));
}
return Status::OK();
}
void