From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NstQ5-0003Fb-Pc for qemu-devel@nongnu.org; Sat, 20 Mar 2010 03:48:30 -0400 Received: from [199.232.76.173] (port=40277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NstQ3-0003F1-Vu for qemu-devel@nongnu.org; Sat, 20 Mar 2010 03:48:28 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NstQ2-0006D5-Ah for qemu-devel@nongnu.org; Sat, 20 Mar 2010 03:48:27 -0400 Received: from smtp-out3.tiscali.nl ([195.241.79.178]:52446) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NstQ2-0006Cw-17 for qemu-devel@nongnu.org; Sat, 20 Mar 2010 03:48:26 -0400 From: Paul Bolle Content-Type: text/plain; charset="UTF-8" Date: Sat, 20 Mar 2010 08:47:21 +0100 Message-ID: <1269071241.1725.8.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] build error in current master List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori 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 =E2=80=98curses_display_init=E2=80=99: 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 =3D { .notify =3D curses_atexit }; $ git log -1 d7234f4d --pretty=3Dshort commit d7234f4d7e373a708e1df9ab565a71b71b189025 Author: Anthony Liguori Convert atexit users to exit_notifier Regards, Paul Bolle