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

Add override specifier to virtual declarations #19797

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

cjjdespres
Copy link
Contributor

Various virtual methods in derived classes override their base counterparts but are missing an override specifier. Clang warns about this, and so fails to compile with -Werror.

Various virtual methods in derived classes override their base
counterparts but are missing an override specifier. Clang warns about
this, and so fails to compile with -Werror.

Signed-off-by: Christian Despres <despresc@ibm.com>
@cjjdespres cjjdespres requested a review from dsouzai as a code owner July 3, 2024 16:54
@cjjdespres
Copy link
Contributor Author

Attn @mpirvu.

Copy link
Contributor

@mpirvu mpirvu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mpirvu mpirvu self-assigned this Jul 3, 2024
@mpirvu mpirvu added comp:jit comp:jitserver Artifacts related to JIT-as-a-Service project labels Jul 3, 2024
@mpirvu
Copy link
Contributor

mpirvu commented Jul 3, 2024

jenkins compile all jdk17

@mpirvu
Copy link
Contributor

mpirvu commented Jul 3, 2024

jenkins test sanity xlinuxjit,zlinuxjit,alinux64jit jdk17

@mpirvu mpirvu merged commit 678a089 into eclipse-openj9:master Jul 4, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:jit comp:jitserver Artifacts related to JIT-as-a-Service project
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants