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 compiler warnings #6

Open
Willem3141 opened this issue Jun 22, 2021 · 1 comment
Open

Fix compiler warnings #6

Willem3141 opened this issue Jun 22, 2021 · 1 comment
Labels
cleanup Something that should be improved

Comments

@Willem3141
Copy link
Member

CartoCrow doesn't compile warning-free with -Wall. We should go through these warnings and fix each of them. Then turn on -Wall for future builds so new warnings don't sneak in.

With -Wall -Wextra -Wconversion, there are over 100 warnings (which seem innocent), so fixing these would be more of a long-term goal.

@Willem3141
Copy link
Member Author

4523c6b fixes all -Wall warnings.

@Willem3141 Willem3141 added the cleanup Something that should be improved label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Something that should be improved
Projects
None yet
Development

No branches or pull requests

1 participant