1
0
Fork 0

input-settings/native: Fix switch fallthrough warning

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2319>
This commit is contained in:
Jonas Ådahl 2022-03-04 20:59:35 +01:00 committed by Marge Bot
parent 43870a5f55
commit 339c315ed9

View file

@ -526,6 +526,7 @@ set_device_accel_profile (ClutterInputDevice *device,
break;
default:
g_warn_if_reached ();
G_GNUC_FALLTHROUGH;
case G_DESKTOP_POINTER_ACCEL_PROFILE_DEFAULT:
libinput_profile =
libinput_device_config_accel_get_default_profile (libinput_device);