[PATCH] Kill compilation warnings.
Jeremy Huddleston
jeremyhu at apple.com
Thu Oct 22 17:06:26 PDT 2009
Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>
On Oct 22, 2009, at 11:15, Marcin Baczyński wrote:
> Kill compilation warnings.
>
> Signed-off-by: Marcin Baczyński <marbacz at gmail.com>
> ---
> hw/xfree86/common/xf86Xinput.c | 12 +++++++++---
> hw/xfree86/common/xf86cmap.c | 2 ++
> 2 files changed, 11 insertions(+), 3 deletions(-)
>
> diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/
> xf86Xinput.c
> index fd07c2a..6887f55 100644
> --- a/hw/xfree86/common/xf86Xinput.c
> +++ b/hw/xfree86/common/xf86Xinput.c
> @@ -726,12 +726,15 @@ xf86PostMotionEventP(DeviceIntPtr device,
> int *valuators)
> {
> int i = 0, nevents = 0;
> - int dx = 0, dy = 0;
> Bool drag = xf86SendDragEvents(device);
> DeviceEvent *event;
> - int index;
> int flags = 0;
>
> +#if XFreeXDGA
> + int index;
> + int dx = 0, dy = 0;
> +#endif
> +
> XI_VERIFY_VALUATORS(num_valuators);
>
> if (is_absolute)
> @@ -856,9 +859,12 @@ xf86PostButtonEventP(DeviceIntPtr device,
> int *valuators)
> {
> int i = 0, nevents = 0;
> - int index;
> int flags = 0;
>
> +#if XFreeXDGA
> + int index;
> +#endif
> +
> XI_VERIFY_VALUATORS(num_valuators);
>
> if (is_absolute)
> diff --git a/hw/xfree86/common/xf86cmap.c b/hw/xfree86/common/
> xf86cmap.c
> index 36e6f96..08f557c 100644
> --- a/hw/xfree86/common/xf86cmap.c
> +++ b/hw/xfree86/common/xf86cmap.c
> @@ -115,7 +115,9 @@ static void CMapDestroyColormap (ColormapPtr);
>
> static Bool CMapEnterVT(int, int);
> static Bool CMapSwitchMode(int, DisplayModePtr, int);
> +#ifdef XFreeXDGA
> static int CMapSetDGAMode(int, int, DGADevicePtr);
> +#endif
> static int CMapChangeGamma(int, Gamma);
>
> static void ComputeGamma(CMapScreenPtr);
> --
> 1.6.5.1
> <0001-Kill-compilation-
> warnings.txt>_______________________________________________
> xorg-devel mailing list
> xorg-devel at lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3333 bytes
Desc: not available
Url : http://lists.x.org/archives/xorg-devel/attachments/20091022/4eb9e9af/attachment.bin
More information about the xorg-devel
mailing list