"Roland Illig" writes:
> Module Name:  xsrc
> Committed By: rillig
> Date:         Fri May 21 19:09:50 UTC 2021
>
> Modified Files:
>       xsrc/external/mit/xf86-video-nv/dist/src: nv_setup.c
>
> Log Message:
> xf86-video-nv: fix Clang build on amd64, i386, macppc
>
> xsrc/external/mit/xf86-video-nv/dist/src/nv_setup.c:258:49: error:
> passing 'char *' to parameter of type 'Uchar *' (aka 'unsigned char *')
> converts between pointers to integer types with different sign
> [-Werror,-Wpointer-sign]
>
>       tmp = xf86InterpretEEDID(pScrn->scrnIndex, buffer);

i would rather fix these sorts of issues with -Wno-* in the
relevant makefiles than patching 3rd party code where the
change doesn't really matter (like this one.)

thanks.


.mrg.

Reply via email to