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

Building with clang-10 leads to warnings #198

Closed
Wishmaster-de opened this issue Oct 24, 2023 · 2 comments
Closed

Building with clang-10 leads to warnings #198

Wishmaster-de opened this issue Oct 24, 2023 · 2 comments

Comments

@Wishmaster-de
Copy link

Building with clang-10 leads to warnings because of option '-Wno-psabi' in CMakeLists.txt It seems that it will work with clang version > 10.

@dancazarin
Copy link
Member

It makes sense to just suppress warnings about suppressing unknown warnings with -Wno-unknown-warning-option. Because if the warning is unknown to compiler then it will never be generated, this is exactly what we want. It will be implemented in the next release.

@dancazarin
Copy link
Member

Done in dev branch

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

No branches or pull requests

2 participants