Fix compilation error for RAY_USE_NEW_GCS with latest clang. (#2086)

This commit is contained in:
Robert Nishihara
2018-05-17 23:10:02 -07:00
committed by Zongheng Yang
parent 3c245f66d4
commit 15b72f9893
+1 -1
View File
@@ -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