xserver/randr
Keith Packard 47c61c5647 randr: Clean up compiler warnings about unused and shadowing variables
set but not used variables
shadowing a previous local

A hidden problem was that the VERIFY_RR_* macros define local 'rc'
variables, any other local definitions for those would be shadowed and
generate warnings from gcc. I've renamed the other locals 'ret'
instead of 'rc'.

Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 4ba340cfaa)
2012-08-01 17:30:32 -07:00
..
Makefile.am Revert "randr: Add sprite position transforms" 2011-02-23 11:18:12 -08:00
randr.c randr: first check pScrPriv before using the pointer at RRFirstOutput 2012-08-01 17:30:15 -07:00
randrstr.h Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
rrcrtc.c randr: Clean up compiler warnings about unused and shadowing variables 2012-08-01 17:30:32 -07:00
rrdispatch.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
rrinfo.c randr: Clean up compiler warnings about unused and shadowing variables 2012-08-01 17:30:32 -07:00
rrmode.c randr: Clean up compiler warnings about unused and shadowing variables 2012-08-01 17:30:32 -07:00
rroutput.c randr: Clean up compiler warnings about unused and shadowing variables 2012-08-01 17:30:32 -07:00
rrpointer.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
rrproperty.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
rrscreen.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
rrsdispatch.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
rrtransform.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
rrtransform.h Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
rrxinerama.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00