Xext: renaming shadowing variable
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 14 Feb 2013 00:09:53 +0000 (10:09 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 15 Feb 2013 01:58:27 +0000 (11:58 +1000)
commit8bbea9f48f43e54c55c8b60ea36bda3134a86af2
tree0717979e716c7cdd65d335a73b95cb93be532239
parent7b79a2e4a11b5c5f0ebaa495828725e235d2b08e
Xext: renaming shadowing variable

xvdisp.c: In function 'ProcXvStopVideo':
xvdisp.c:712:11: warning: declaration of 'rc' shadows a previous local
[-Wshadow]
xvdisp.c:705:17: warning: shadowed declaration is here [-Wshadow]

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Xext/xvdisp.c