aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/local_master.h
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2018-06-05 08:20:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-05 08:23:35 -0700
commit3653e80488f490ad744410a92ac287acf7035bda (patch)
tree1c5eef40b85ed560a8e0de4870564a5e4582ea7c /tensorflow/core/distributed_runtime/local_master.h
parent274f9510f68f237589df5c6a414e4b8e5ebcdba1 (diff)
Address compiler warnings in tensorflow/core/distributed_runtime.
PiperOrigin-RevId: 199299538
Diffstat (limited to 'tensorflow/core/distributed_runtime/local_master.h')
-rw-r--r--tensorflow/core/distributed_runtime/local_master.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/distributed_runtime/local_master.h b/tensorflow/core/distributed_runtime/local_master.h
index cad6babad8..b9c76d0f1d 100644
--- a/tensorflow/core/distributed_runtime/local_master.h
+++ b/tensorflow/core/distributed_runtime/local_master.h
@@ -79,7 +79,7 @@ class LocalMaster : public MasterInterface {
RunCallableResponse* response) override;
Status ReleaseCallable(CallOptions* call_options,
const ReleaseCallableRequest* request,
- ReleaseCallableResponse* response);
+ ReleaseCallableResponse* response) override;
// Registers the mapping from the given `target` to the given `master`.
//