xserver/hw/dmx/glxProxy
Adam Jackson e863ab57eb glxproxy: Fix an obvious thinko in QueryExtensionsString
gcc 5.1 throws a rather amusing warning here:

glxcmdsswap.c: In function ‘__glXSwapQueryExtensionsString’:
glxcmdsswap.c:439:1: warning: function might be candidate for attribute
‘noreturn’ [-Wsuggest-attribute=noreturn]
 __glXSwapQueryExtensionsString(__GLXclientState * cl, GLbyte * pc)

This is entirely accurate, albeit curiously phrased: swapping some bits
hanging off the end of a null pointer will make Xdmx crash, so from the
perspective of code generation the function will indeed not return.

Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit dfa8b37cfb)
2015-10-26 12:18:12 -04:00
..
compsize.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
compsize.h dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
g_disptab.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
g_disptab.h dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
g_renderswap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
global.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxcmds.c dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
glxcmds.h dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
glxcmdsswap.c glxproxy: Fix an obvious thinko in QueryExtensionsString 2015-10-26 12:18:12 -04:00
glxcontext.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxdrawable.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxerror.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxext.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
glxext.h dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
glxfbconfig.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxfbconfig.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxscreens.c dmx: Mark glxIsExtensionSupported as a const char * 2015-07-29 11:16:33 -04:00
glxscreens.h dmx: Mark glxIsExtensionSupported as a const char * 2015-07-29 11:16:33 -04:00
glxserver.h dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
glxsingle.c dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
glxsingle.h dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
glxswap.c dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
glxswap.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxutil.h dmx/glx: Remove unused __glXNop 2013-09-11 14:37:31 -04:00
glxvendor.c dmx: glxproxy prototype cleanup 2015-07-29 11:16:32 -04:00
glxvendor.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxvisuals.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxvisuals.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am dmx/glx: Remove unused __glXNop 2013-09-11 14:37:31 -04:00
render2swap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
renderpixswap.c Fix formatting of address operators 2012-12-05 18:09:48 -06:00
unpack.h Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00