Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem of inconsistent-missing-override #2588

Closed
jacquesqiao opened this issue Jun 24, 2017 · 0 comments
Closed

problem of inconsistent-missing-override #2588

jacquesqiao opened this issue Jun 24, 2017 · 0 comments

Comments

@jacquesqiao
Copy link
Member

jacquesqiao commented Jun 24, 2017

I build the newest develop branch of Paddle on my macbook and get the error below:
May be it's because I update my osx system last day. But I think this problem should be resolved.

/Users/qiaolongfei/project/paddle-test/paddle/gserver/gradientmachines/NeuralNetwork.cpp:312:16: error: 'start' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
  virtual void start() {
               ^
/Users/qiaolongfei/project/paddle-test/paddle/gserver/evaluators/Evaluator.h:55:16: note: overridden virtual function is here
  virtual void start() {
               ^
/Users/qiaolongfei/project/paddle-test/paddle/gserver/gradientmachines/NeuralNetwork.cpp:318:16: error: 'finish' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
  virtual void finish() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant