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
C front-end: ignore or reject excess union initializers
Visual Studio treats excess union initializers as an error, for GCC and
Clang it's a warning. When just a warning, they are ignored. Make sure
we implement the same behaviour and do not wrongly overwrite the value.
0 commit comments