-
Notifications
You must be signed in to change notification settings - Fork 587
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
Investigate enabling -Wall or -Werror #13
Comments
ghost
assigned joneschrisg
Jun 3, 2013
I've run into some scary-ish things that make me want this enabled sooner rather than later. -Werror isn't always a great idea, but with fast builds, 1+\epsilon regular contributors, and 1 supported compiler/OS combo, maybe it'll work for now. |
joneschrisg
added a commit
that referenced
this issue
Jun 4, 2013
Build with -Werror (includes fixes for current warnings). Resolves #13
Ftr, this change has been nothing but candy and rainbows so far. Let's hope it keeps up for a while! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generally a good idea, but rr's type of low-level code may result in so many meaningless warnings that the cost exceeds the benefit. But worth looking into eventually.
The text was updated successfully, but these errors were encountered: