[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] QEMU make error
From: |
Aleksei |
Subject: |
Re: [Qemu-discuss] QEMU make error |
Date: |
Fri, 27 Oct 2017 09:32:25 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 |
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/pc_rtems/qemu/replay/replay-internal.c:65:15: error:
ignoring return value of 'fwrite', declared with attribute
warn_unused_result [-Werror=unused-result]
fwrite(buf, 1, size, replay_file);
^
cc1: all warnings being treated as errors
make: *** [replay/replay-internal.o] Error 1
Would someone be able to help in getting past this error?
--
Best Regards,
Akiv Jhirad
--
/--Regards, Aleksei/