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

Fix warnings generated by clang options: -Wall, -Wextra, -Wformat=2 and -pedantic #49

Open
carsonak opened this issue Dec 8, 2024 · 0 comments · May be fixed by #50
Open

Fix warnings generated by clang options: -Wall, -Wextra, -Wformat=2 and -pedantic #49

carsonak opened this issue Dec 8, 2024 · 0 comments · May be fixed by #50

Comments

@carsonak
Copy link

carsonak commented Dec 8, 2024

This is might related to #15 and #36. I would like tests to compile with no warnings and at least the clang options -Wall, -Wextra, -Wformat=2 and -pedantic active.
Should I make a PR to fix these? I think it might not be possible to fix all warnings given -Weverything, but these might be fine.

@carsonak carsonak changed the title Fix warnings generated by clang options: -Wall -Wextra -Wformat=2 -pedantic Fix warnings generated by clang options: -Wall, -Wextra, -Wformat=2 and -pedantic Dec 8, 2024
@carsonak carsonak linked a pull request Dec 10, 2024 that will close this issue
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 a pull request may close this issue.

1 participant