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

Selectively disable printing chosen warnings #3108

Open
hzeller opened this issue Jul 14, 2022 · 0 comments
Open

Selectively disable printing chosen warnings #3108

hzeller opened this issue Jul 14, 2022 · 0 comments

Comments

@hzeller
Copy link
Collaborator

hzeller commented Jul 14, 2022

There might be warnings that the user might not be intersted in. So it would be nice to reduce the noise by being able to selectively disable them.

This could probably be done by using the -nowarning flag and have an optional parameter. Something like

-nowarning=WRN:PA0123

Possibly also with shortened name

-nowarning=PA0123

Multiple warnings disabled just as a comma separated list:

-nowarning=PA0123,PA0124,PA0125
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

No branches or pull requests

1 participant