Skip to content

Replace a bunch of fallthrough comments with an attribute

Timm Bäder requested to merge wip/baedert/fallthrough into master

Parsing comments is hack and clang doesn't do it, so switch to G_GNUC_FALLTHROUGH, which exists for exactly this case.

Merge request reports