mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-25 05:48:15 +02:00
Probably copy-pasta. Noticed by gcc 15
../../git/weston/libweston/backend-x11/x11.c: In function ‘x11_backend_handle_event’:
../../git/weston/libweston/backend-x11/x11.c:1687:58: error: ‘key_release’ may be used uninitialized [-Werror=maybe-uninitialized]
1687 | key_release->detail - 8,
Fixes:
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| x11.c | ||