xserver/hw/dmx/glxProxy
Alan Coopersmith bd563fd48f dmx: more unshadowing of variables
Gets rid of gcc 4.8 warnings:

dmxinputinit.c: In function ‘dmxInputScanForExtensions’:
dmxinputinit.c:877:14: warning: declaration of ‘display’ shadows a global declaration [-Wshadow]
     Display *display;
              ^
In file included from ../../../include/windowstr.h:60:0,
                 from dmxinputinit.c:72:
../../../include/opaque.h:52:30: warning: shadowed declaration is here [-Wshadow]
 extern _X_EXPORT const char *display;
                              ^

glxcmds.c: In function ‘__glXCreatePbuffer’:
glxcmds.c:3397:21: warning: declaration of ‘pc’ shadows a parameter [-Wshadow]
             CARD32 *pc = (CARD32 *) (be_req + 1);
                     ^
glxcmds.c:3314:52: warning: shadowed declaration is here [-Wshadow]
 __glXCreatePbuffer(__GLXclientState * cl, GLbyte * pc)
                                                    ^

glxscreens.c: In function ‘CalcServerVersionAndExtensions’:
glxscreens.c:139:35: warning: declaration of ‘req’ shadows a previous local [-Wshadow]
         xGLXQueryServerStringReq *req;
                                   ^
glxscreens.c:68:26: warning: shadowed declaration is here [-Wshadow]
     xGLXQueryVersionReq *req;
                          ^
glxscreens.c:140:36: warning: declaration of ‘reply’ shadows a previous local [-Wshadow]
         xGLXQueryServerStringReply reply;
                                    ^
glxscreens.c:69:27: warning: shadowed declaration is here [-Wshadow]
     xGLXQueryVersionReply reply;
                           ^

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
2015-02-10 18:14:44 -08:00
..
Makefile.am dmx/glx: Remove unused __glXNop 2013-09-11 14:37:31 -04:00
compsize.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
compsize.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
g_disptab.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
g_disptab.h Introduce a consistent coding style 2012-03-21 13:54:42 -07: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: more unshadowing of variables 2015-02-10 18:14:44 -08:00
glxcmds.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxcmdsswap.c Fix formatting of address operators 2012-12-05 18:09:48 -06: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 Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07: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: more unshadowing of variables 2015-02-10 18:14:44 -08:00
glxscreens.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxserver.h glxproxy: Don't track GLCLientm{aj,in}orVersion 2013-09-11 14:37:31 -04:00
glxsingle.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
glxsingle.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxswap.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08: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 Drop trailing whitespaces 2014-11-12 10:25:00 +10: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
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