Eli Zaretskii writes: > Does this mean Clang doesn't support __attribute__ ((__fallthrough__))? It looks to like it does support it. But it complains, that there is a non-switch label "resetfvdef:" (for goto) between the annotation and the next "case". The correct fix is probably to move "resetfvdef:" after the "case" labels.