mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 23:08:59 +00:00
CI meson-disable-options builds were failing with:
../dix/events.c: In function ‘CoreEnterLeaveEvent’:
../dix/events.c:4723:19: error: unused variable ‘client’
[-Werror=unused-variable]
4723 | ClientPtr client = grab ? rClient(grab) : wClient(pWin);
| ^~~~~~
../dix/events.c: In function ‘CoreFocusEvent’:
../dix/events.c:4834:19: error: unused variable ‘client’
[-Werror=unused-variable]
4834 | ClientPtr client = wClient(pWin);
| ^~~~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2056>