Created attachment 14915 [details] [review] 0001-Compile-warning-fixes.patch Cast void * to unsigned char * to avoid warnings about void pointer used in math for address calculation. Only remaining warning is about miPointerAbsoluteCursor being deprecated.
Patch is not really a bug because it compiles with gcc, and I believe other used compilers. Warnings are about void * arithmetic, and the deprecated miPointerAbsoluteCursor is still available.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.