Add missing `override' (#17098)
authorDaniel Trebbien <dtrebbien@gmail.com>
Mon, 26 Feb 2018 21:42:07 +0000 (13:42 -0800)
committerAppledore <weikqin@gmail.com>
Mon, 26 Feb 2018 21:42:07 +0000 (13:42 -0800)
commitacb1ef68f5aea3b6f7f1e14db588b74134719b5e
tree3d6c133b0a3f7beeae58a72a58438a7e61340c55
parent2f05ffd16c0e49e102fa1eb7b6dc6c6db7438c7f
Add missing `override' (#17098)

This fixes a warning produced by clang:
./tensorflow/core/common_runtime/gpu/gpu_device.h:70:10: warning: 'FillContextMap' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  Status FillContextMap(const Graph* graph,
         ^
./tensorflow/core/common_runtime/device.h:124:18: note: overridden virtual function is here
  virtual Status FillContextMap(const Graph* graph,
tensorflow/core/common_runtime/gpu/gpu_device.h