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

suppress gcc warnings about ARM ABI change #137

Merged
merged 2 commits into from
Oct 18, 2022

Conversation

BenWibking
Copy link
Collaborator

This adds the compiler flag -Wno-psabi when building with GCC. This suppresses warnings about an ABI change starting with GCC 10 in C++17 mode on ARM64 that is not relevant, since we always build with the same version of GCC (>10).

@BenWibking
Copy link
Collaborator Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@BenWibking BenWibking merged commit 4f288b4 into development Oct 18, 2022
@BenWibking BenWibking deleted the suppress-gcc-arm-abi-warnings branch October 18, 2022 13: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