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

Added missing 'override' keywords #535

Merged
merged 1 commit into from
Oct 23, 2015

Conversation

mkoval
Copy link
Collaborator

@mkoval mkoval commented Oct 22, 2015

This pull request adds several missing override keywords that produce warnings in clang 3.7. I also removed a few virtual keywords on functions methods that are flagged as override. The virtual keyword has no effect if you're overriding a virtual function, so this is not necessary. It also seems to be the style used in the majority of DART.

@jslee02
Copy link
Member

jslee02 commented Oct 22, 2015

👍

@jslee02 jslee02 added this to the DART 6.0.0 milestone Oct 22, 2015
@mxgrey
Copy link
Member

mxgrey commented Oct 23, 2015

👍

jslee02 added a commit that referenced this pull request Oct 23, 2015
@jslee02 jslee02 merged commit c383323 into dartsim:master Oct 23, 2015
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 this pull request may close these issues.

3 participants