mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-09 09:21:40 +01:00
Expands to the GNU C fallthrough statement attribute if the compiler is gcc. This allows declaring case statement to explicitly fall through in switch statements. To enable this feature, use -Wimplicit-fallthrough during compilation.