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

Refactoring: remove clang warnings #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Refactoring: remove clang warnings #179

wants to merge 1 commit into from

Conversation

L3P3
Copy link

@L3P3 L3P3 commented Apr 24, 2023

When building with clang 15, I got several warnings, that I silenced with these no-ops.
This way, the binary built and it seems to work.
Instead of default: in switches, it would have been cleaner to have the explicit cases but that is harder to maintain in my opinion.

Since clang did not support -floop-strip-mine and -fgcse-sm, I had to remove these flags from CMakeLists.txt.

I did not update the version number since the binary should be the same as before.

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