You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat[tool]: add -Werror and -Wnone options (#4447)
this commit adds `-Werror` and `-Wnone` CLI flags which promote
warnings to errors and ignore them, respectively.
also adds some small refactoring for warning handling to simplify the
implementation (allow us to use warnings.simplefilter). this provides
a way moving forward to do fine-grained warnings control, since the
warnings filter allows us to use the exception class in the filter.
---------
Co-authored-by: tserg <[email protected]>
0 commit comments