Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pango error: unannotated fall-through between switch labels #113

Open
raziele opened this issue Dec 11, 2020 · 0 comments
Open

Pango error: unannotated fall-through between switch labels #113

raziele opened this issue Dec 11, 2020 · 0 comments

Comments

@raziele
Copy link

raziele commented Dec 11, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant