Created by: phlrain
fix a lot of override warning
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/details/fetch_barrier_op_handle.cc:15:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/details/fetch_barrier_op_handle.h:23:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/op_registry.h:30:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/details/op_registry.h:24:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/grad_op_desc_maker.h:24:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/imperative/dygraph_grad_maker.h:22:
[19:53:34] [Step 1/1] /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/imperative/layer.h:233:15: warning: 'InputName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
[19:53:34] [Step 1/1] std::string InputName(const std::string& name) const {
[19:53:34] [Step 1/1] ^
[19:53:34] [Step 1/1] /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/operator.h:244:23: note: overridden virtual function is here
[19:53:34] [Step 1/1] virtual std::string InputName(const std::string& name) const {
[19:53:34] [Step 1/1] ^
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/details/fetch_barrier_op_handle.cc:15:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/details/fetch_barrier_op_handle.h:23:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/op_registry.h:30:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/details/op_registry.h:24:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/framework/grad_op_desc_maker.h:24:
[19:53:34] [Step 1/1] In file included from /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/imperative/dygraph_grad_maker.h:22:
[19:53:34] [Step 1/1] /home/teamcity/work/3f8ad9e2362c55ac/paddle/fluid/imperative/layer.h:240:28: warning: 'InputNames' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
[19:53:34] [Step 1/1] std::vector<std::string> InputNames(const std::string& name) const {