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

Fix clang warnings by adding final #143

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Fix clang warnings by adding final #143

merged 1 commit into from
Sep 1, 2023

Conversation

jmcarcell
Copy link
Contributor

@jmcarcell jmcarcell commented Sep 1, 2023

BEGINRELEASENOTES

  • Fix clang warning inconsistent-missing-override by adding final

ENDRELEASENOTES

Supersedes #96 (fixes a few more warnings)

@jmcarcell
Copy link
Contributor Author

I know we have more places with a similar structure but I only get warnings for these. It seems that those that inherit from GaudiAlgorithm don't get the warnings for some reason, while the DataSvcs do.

@jmcarcell jmcarcell merged commit 9b1aa15 into main Sep 1, 2023
6 of 9 checks passed
@jmcarcell jmcarcell deleted the clang-warnings branch September 1, 2023 14:45
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.

1 participant