qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] build error in current master


From: Blue Swirl
Subject: Re: [Qemu-devel] build error in current master
Date: Sat, 20 Mar 2010 10:14:13 +0200

On 3/20/10, Paul Bolle <address@hidden> wrote:
> 0) Building current master (3290c4aac5b97bb1e3b2b28d94669f2c611ce84a,
>  Introduce a default qmp session) fails here:
>
>  $ make > /dev/null
>  cc1: warnings being treated as errors
>  curses.c: In function ‘curses_display_init’:
>  curses.c:341: error: initialization from incompatible pointer type
>  make: *** [curses.o] Error 1
>
>  1) It seems caused by commit d7234f4d (committed half a day ago):
>
>  $ git blame curses.c | grep 341
>  d7234f4d (Anthony Liguori 2010-03-17 17:59:26 -0500 341)     static
>  Notifier notifier = { .notify = curses_atexit };
>
>  $ git log -1 d7234f4d  --pretty=short
>  commit d7234f4d7e373a708e1df9ab565a71b71b189025
>  Author: Anthony Liguori <address@hidden>
>
>     Convert atexit users to exit_notifier
>
>  Regards,

Fixed in HEAD.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]