> From: Alan Coopersmith <[email protected]> > Date: Sat, 19 Feb 2011 22:36:40 -0800 > > Resolves these warnings from gcc -Wshadow: > greet.c: In function `InitGreet': > greet.c:244: warning: declaration of 'dpy' shadows a global declaration > greet.c:146: warning: shadowed declaration is here > greet.c: In function `CloseGreet': > greet.c:326: warning: declaration of 'dpy' shadows a global declaration > greet.c:146: warning: shadowed declaration is here > greet.c: At top level: > greet.c:431: warning: declaration of 'dpy' shadows a global declaration > greet.c:146: warning: shadowed declaration is here > > Signed-off-by: Alan Coopersmith <[email protected]>
Reviewed-by: Mark Kettenis <[email protected]> > --- > greeter/greet.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
