Skip to content

Use G_GNUC_FALLTHROUGH more

Phaedrus Leeds requested to merge mwleeds/use-gnuc-fallthrough into main

This helps compilers know a fall through in a switch statement case is intentional. Also fix some whitespace.

Merge request reports