[PATCH 04/14] mi: Avoid implicit declaration of 'verify_internal_event'.
Jeremy Huddleston
jeremyhu at apple.com
Tue May 24 16:42:09 PDT 2011
This one is also already in Peter's tree.
On May 24, 2011, at 09:41, Cyril Brulebois wrote:
> Those warnings go away accordingly:
> | CC mieq.lo
> | mieq.c: In function 'mieqEnqueue':
> | mieq.c:159:5: warning: implicit declaration of function 'verify_internal_event' [-Wimplicit-function-declaration]
> | mieq.c:159:5: warning: nested extern declaration of 'verify_internal_event' [-Wnested-externs]
>
> Signed-off-by: Cyril Brulebois <kibi at debian.org>
> ---
> mi/mieq.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/mi/mieq.c b/mi/mieq.c
> index 236ffcc..b71bec4 100644
> --- a/mi/mieq.c
> +++ b/mi/mieq.c
> @@ -52,6 +52,7 @@ in this Software without prior written authorization from The Open Group.
> # include "extinit.h"
> # include "exglobals.h"
> # include "eventstr.h"
> +# include "inpututils.h"
>
> #ifdef DPMSExtension
> # include "dpmsproc.h"
> --
> 1.7.5.1
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
More information about the xorg-devel
mailing list