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
Empty unions are interpreted differently in C and C++:
- in C, they have size 0
- in C++, they have size 1.
This raises a warning when building with clang.
Signed-off-by: Damian Krolik <[email protected]>
0 commit comments