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

Selective warnings #71

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mpflanzer
Copy link
Contributor

This patches allow to enable or disable specific warning, error, info or debug groups.
At the moment the default is to suppress all messages. Maybe this should be changed to '-Wall' to preserve the old behaviour.
Also there is no clear distinction between the different groups since right now all messages have been error messages.
Messages that are generated by external calls are just reported as generic error without any specific subtype. But they can still be ignored all together.

@mpflanzer mpflanzer force-pushed the selective_warnings branch from 9081f6f to 0e5cde0 Compare June 22, 2015 22:57
@mpflanzer mpflanzer force-pushed the selective_warnings branch 3 times, most recently from 59e1a3f to c218482 Compare July 12, 2015 08:31
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