mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
on PPC/Gentoo:
> ../xlibre-server-9999/dri3/dri3_request.c: In function 'proc_dri3_buffers_from_pixmap':
> ../xlibre-server-9999/dri3/dri3_request.c:518:37: error: passing argument 2 of 'x_rpcbuf_write_CARD32s' from incompatible pointer type [-Wincompatible-pointer-types]
> 518 | x_rpcbuf_write_CARD32s(&rpcbuf, strides, num_fds);
> | ^~~~~~~
> | |
> | uint32_t * {aka unsigned int *}
See: https://github.com/X11Libre/xserver/issues/1042
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>