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

Warnings Cleanup #20039

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

matthewhall2
Copy link

@matthewhall2 matthewhall2 commented Aug 22, 2024

Suppresses warnings when building on OpenXL

Warnings:

  • uninitialized variables
  • C++ 11 ISO does not allow conversion from string literal to char *
  • unused statements
  • assignments inside if clause
  • unhandled enums in switch

R29 build: https://hyc-runtimes-jenkins.swg-devops.com/job/jvm.29.personal/34216/

@r30shah
Copy link
Contributor

r30shah commented Sep 11, 2024

jenkins test sanity all jdk11,jdk21

@r30shah
Copy link
Contributor

r30shah commented Sep 13, 2024

@matthewhall2 seems like there are some failures in the build, can you check ?

@matthewhall2 matthewhall2 force-pushed the openxl-warnings branch 2 times, most recently from a1aa063 to 9c87930 Compare September 18, 2024 13:45
Suppresses warnings

Signed-off-by: Matthew Hall <[email protected]>
Signed-off-by: Matthew Hall <[email protected]>
Signed-off-by: Matthew Hall <[email protected]>
@r30shah
Copy link
Contributor

r30shah commented Sep 19, 2024

jenkins test sanity all jdk11,jdk21

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.

2 participants