mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
Fix compilation error for RAY_USE_NEW_GCS with latest clang. (#2086)
This commit is contained in:
committed by
Zongheng Yang
parent
3c245f66d4
commit
15b72f9893
@@ -1333,7 +1333,7 @@ void log_object_hash_mismatch_error_result_callback(ObjectID object_id,
|
||||
log_object_hash_mismatch_error_task_callback(task, user_context);
|
||||
Task_free(task);
|
||||
},
|
||||
[user_context](gcs::AsyncGcsClient *, const TaskID &) {
|
||||
[](gcs::AsyncGcsClient *, const TaskID &) {
|
||||
// TODO(pcmoritz): Handle failure.
|
||||
}));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user