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
New clang warnings come along fairly rarely, don't they? I think we can just fix them or add -Wno-missing-field-initializers when we find these issues?
We have jobs to build wasi-libc/wasi-sdk with clang/llvm trunk. (that's why you see me regularly add filters for new defines).
This time, a new warning was added on clang trunk, and it catches existing problems, which -Werror turns into errors.
For example:
I feel like -Werror shouldn't be set by default.
The text was updated successfully, but these errors were encountered: