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
Clang apparently considers lack of fall-through annotation as an error and breaks the build process.
The required fix should be a patch that add __attribute__((fallthrough)); below every "fall-through" comment in Pango files (it happened in 2-3 files IIRC)
The text was updated successfully, but these errors were encountered:
Clang apparently considers lack of fall-through annotation as an error and breaks the build process.
The required fix should be a patch that add
__attribute__((fallthrough));
below every "fall-through" comment in Pango files (it happened in 2-3 files IIRC)The text was updated successfully, but these errors were encountered: