Re: [Qemu-discuss] QEMU make error

2017-10-28 Thread Alberto Garcia
On Fri 27 Oct 2017 02:46:54 AM CEST, Akiv Jhirad wrote: > When running make in the qemu build, I get the error: > > /home/rtems/pc_rtems/qemu/replay/replay-internal.c: In function > 'replay_put_array': > > /home/rtems/pc_rtems/qemu/replay/replay-internal.c:65:15: error: > > ignoring return value o

Re: [Qemu-discuss] QEMU make error

2017-10-26 Thread Aleksei
Try adding '--disable-werror' when running 'configure' to make it ignore the warning. On 27/10/17 03:46, Akiv Jhirad wrote: Hi All, When running make in the qemu build, I get the error: /home/rtems/pc_rtems/qemu/replay/replay-internal.c: In function 'replay_put_array': /home/rtems/p

[Qemu-discuss] QEMU make error

2017-10-26 Thread Akiv Jhirad
Hi All, When running make in the qemu build, I get the error: /home/rtems/pc_rtems/qemu/replay/replay-internal.c: In function 'replay_put_array': /home/rtems/pc_rtems/qemu/replay/replay-internal.c:65:15: error: ignoring return value of 'fwrite', declared with attribute warn_unused_result