Skip to content

launch_mgr: Fix a -Werror=implicit-fallthrough instance

Emanuele Aina requested to merge wip/em/fix-implicit-fallthrough into apertis/v2019pre

Non-release builds use -Werror out of the box so fix one issue preventing them to succeed by marking a fallthrough explicitly.

GLib has the G_GNUC_FALLTHROUGH macro for this purpose, but it is shipped only since 2.60 and v2019/buster has 2.58.

Merge request reports