diff options
author | Keith Packard <keithp@keithp.com> | 2012-06-21 18:42:46 -0700 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2015-06-07 00:11:44 +0200 |
commit | 9dbd74793f4b125d56e3d0f63a845b5f7550d3b4 (patch) | |
tree | b7afbca1da0aab29f02d6b42128f05a2494fd71a /nx-X11/programs/Xserver/Xext/extmod/modinit.c | |
parent | 9e2ac01a4e9bd39e5127b35bc263d5544c6de7a2 (diff) | |
download | nx-libs-9dbd74793f4b125d56e3d0f63a845b5f7550d3b4.tar.gz nx-libs-9dbd74793f4b125d56e3d0f63a845b5f7550d3b4.tar.bz2 nx-libs-9dbd74793f4b125d56e3d0f63a845b5f7550d3b4.zip |
Backport: 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>
Diffstat (limited to 'nx-X11/programs/Xserver/Xext/extmod/modinit.c')
0 files changed, 0 insertions, 0 deletions