Re: [PATCH 1/2] xf86Config: Fix warning: declaration of 'Pointer' shadows a global

2014-03-10 Thread Keith Packard
Eric Anholt e...@anholt.net writes: Looks like keithp just hasn't pusehd the reviewed change for inputproto yet. I'd rather see that land. Sorry for the delay; didn't see the review. I've pushed that change. -- keith.pack...@intel.com pgpod5d_PVkuJ.pgp Description: PGP signature

Re: [PATCH 1/2] xf86Config: Fix warning: declaration of 'Pointer' shadows a global

2014-03-04 Thread Eric Anholt
Hans de Goede hdego...@redhat.com writes: This fixes the following compiler warning: xf86Config.c: In function 'checkCoreInputDevices': xf86Config.c:1136:18: warning: declaration of 'Pointer' shadows a global declaration [-Wshadow] InputInfoPtr Pointer, Keyboard; ^

Re: [PATCH 1/2] xf86Config: Fix warning: declaration of 'Pointer' shadows a global

2014-03-04 Thread Hans de Goede
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 03/05/2014 02:15 AM, Eric Anholt wrote: Hans de Goede hdego...@redhat.com writes: This fixes the following compiler warning: xf86Config.c: In function 'checkCoreInputDevices': xf86Config.c:1136:18: warning: declaration of 'Pointer'

[PATCH 1/2] xf86Config: Fix warning: declaration of 'Pointer' shadows a global

2014-03-03 Thread Hans de Goede
This fixes the following compiler warning: xf86Config.c: In function 'checkCoreInputDevices': xf86Config.c:1136:18: warning: declaration of 'Pointer' shadows a global declaration [-Wshadow] InputInfoPtr Pointer, Keyboard; ^ In file included from xf86Xinput.h:57:0,

Re: [PATCH 1/2] xf86Config: Fix warning: declaration of 'Pointer' shadows a global

2014-03-03 Thread Mark Kettenis
From: Hans de Goede hdego...@redhat.com Date: Mon, 3 Mar 2014 09:53:12 +0100 This fixes the following compiler warning: xf86Config.c: In function 'checkCoreInputDevices': xf86Config.c:1136:18: warning: declaration of 'Pointer' shadows a global declaration [-Wshadow] InputInfoPtr

Re: [PATCH 1/2] xf86Config: Fix warning: declaration of 'Pointer' shadows a global

2014-03-03 Thread Hans de Goede
Hi, On 03/03/2014 11:23 AM, Mark Kettenis wrote: From: Hans de Goede hdego...@redhat.com Date: Mon, 3 Mar 2014 09:53:12 +0100 This fixes the following compiler warning: xf86Config.c: In function 'checkCoreInputDevices': xf86Config.c:1136:18: warning: declaration of 'Pointer' shadows a