xserver-multidpi/hw
Jeremy Huddleston Sequoia ea80279e29 XQuartz: Fix get_proc_address signature
indirect.c:675:28: warning: incompatible pointer types passing 'glx_gpa_proc (*)(const char *)' to parameter of type
      'glx_gpa_proc' (aka 'glx_func_ptr (*)(const char *)') [-Wincompatible-pointer-types,Semantic Issue]
    __glXsetGetProcAddress(&get_proc_address);
                           ^~~~~~~~~~~~~~~~~
../../../glx/glxserver.h:122:42: note: passing argument to parameter 'get_proc_address' here [Semantic Issue]
void __glXsetGetProcAddress(glx_gpa_proc get_proc_address);
                                         ^

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2014-01-12 23:12:48 -08:00
..
dmx Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
kdrive Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
vfb Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
xfree86 Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
xnest Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
xquartz XQuartz: Fix get_proc_address signature 2014-01-12 23:12:48 -08:00
xwin Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00