mirror of https://github.com/milvus-io/milvus.git
fix compile error from latest compiler version (#4359)
Signed-off-by: peng.xu <peng.xu@zilliz.com>pull/4364/head
parent
936a300275
commit
1040ad3f26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue