-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve compiler warning flags #296
Conversation
…nd take away -Wno flags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few changes needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor fixes, and then this should be good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Right now, I've made this likely as verbose as we would possibly have it. It throws warnings for
-Wall -Wextra -Wconversion -Wpedantic
See here.
Compile this and let me know which warnings make sense and which to suppress. Then, do we want to
-Werror
to really enforce these? This would require a lot of code cleanup to make our code compile without errors.