From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVin9-0001Kw-Q2 for qemu-devel@nongnu.org; Mon, 14 Oct 2013 10:06:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVimx-0003j4-Sa for qemu-devel@nongnu.org; Mon, 14 Oct 2013 10:06:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVimx-0003is-Kp for qemu-devel@nongnu.org; Mon, 14 Oct 2013 10:06:27 -0400 Date: Mon, 14 Oct 2013 17:08:58 +0300 From: "Michael S. Tsirkin" Message-ID: <20131014140858.GA16237@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] qemu master build errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori /scm/qemu/exec.c:720:51: error: initialization from incompatible pointer = type [-Werror] static void *(*phys_mem_alloc)(ram_addr_t size) =3D qemu_anon_ram_alloc; ^ /scm/qemu/exec.c: In function =E2=80=98qemu_ram_alloc_from_ptr=E2=80=99: /scm/qemu/exec.c:1107:32: error: comparison of distinct pointer types lac= ks a cast [-Werror] if (phys_mem_alloc !=3D qemu_anon_ram_alloc) { ^ /scm/qemu/exec.c: In function =E2=80=98qemu_ram_remap=E2=80=99: /scm/qemu/exec.c:1251:38: error: comparison of distinct pointer types lac= ks a cast [-Werror] assert(phys_mem_alloc =3D=3D qemu_anon_ram_alloc); ^ cc1: all warnings being treated as errors make[1]: *** [exec.o] Error 1 make: *** [subdir-cris-softmmu] Error 2 make: *** Waiting for unfinished jobs.... CC arm-softmmu/translate-all.o /scm/qemu/exec.c:720:51: error: initialization from incompatible pointer = type [-Werror] static void *(*phys_mem_alloc)(ram_addr_t size) =3D qemu_anon_ram_alloc; ^ /scm/qemu/exec.c: In function =E2=80=98qemu_ram_alloc_from_ptr=E2=80=99: /scm/qemu/exec.c:1107:32: error: comparison of distinct pointer types lac= ks a cast [-Werror] if (phys_mem_alloc !=3D qemu_anon_ram_alloc) { ^ /scm/qemu/exec.c: In function =E2=80=98qemu_ram_remap=E2=80=99: /scm/qemu/exec.c:1251:38: error: comparison of distinct pointer types lac= ks a cast [-Werror] assert(phys_mem_alloc =3D=3D qemu_anon_ram_alloc); ^ cc1: all warnings being treated as errors make[1]: *** [exec.o] Error 1 make: *** [subdir-alpha-softmmu] Error 2 CC arm-softmmu/cpu-exec.o CC arm-softmmu/tcg/tcg.o /scm/qemu/exec.c:720:51: error: initialization from incompatible pointer = type [-Werror] static void *(*phys_mem_alloc)(ram_addr_t size) =3D qemu_anon_ram_alloc; ^ /scm/qemu/exec.c: In function =E2=80=98qemu_ram_alloc_from_ptr=E2=80=99: /scm/qemu/exec.c:1107:32: error: comparison of distinct pointer types lac= ks a cast [-Werror] if (phys_mem_alloc !=3D qemu_anon_ram_alloc) { ^ /scm/qemu/exec.c: In function =E2=80=98qemu_ram_remap=E2=80=99: /scm/qemu/exec.c:1251:38: error: comparison of distinct pointer types lac= ks a cast [-Werror] assert(phys_mem_alloc =3D=3D qemu_anon_ram_alloc); ^ cc1: all warnings being treated as errors make[1]: *** [exec.o] Error 1 make[1]: *** Waiting for unfinished jobs.... CC i386-softmmu/translate-all.o /scm/qemu/exec.c:720:51: error: initialization from incompatible pointer = type [-Werror] static void *(*phys_mem_alloc)(ram_addr_t size) =3D qemu_anon_ram_alloc; ^ /scm/qemu/exec.c: In function =E2=80=98qemu_ram_alloc_from_ptr=E2=80=99: /scm/qemu/exec.c:1107:32: error: comparison of distinct pointer types lac= ks a cast [-Werror] if (phys_mem_alloc !=3D qemu_anon_ram_alloc) { ^ /scm/qemu/exec.c: In function =E2=80=98qemu_ram_remap=E2=80=99: /scm/qemu/exec.c:1251:38: error: comparison of distinct pointer types lac= ks a cast [-Werror] assert(phys_mem_alloc =3D=3D qemu_anon_ram_alloc); ^ cc1: all warnings being treated as errors