On 20 February 2017 at 20:30, Yongbok Kim <[email protected]> wrote:
> Hi,
>
> This is pull-req for target-mips.
>
> Regards,
> Yongbok
>
> The following changes since commit 56f9e46b841c7be478ca038d8d4085d776ab4b0d:
>
> Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-20'
> into staging (2017-02-20 17:42:47 +0000)
>
> are available in the git repository at:
>
> git://github.com/yongbok/upstream-qemu.git tags/mips-20170220
>
> for you to fetch changes up to 0a1fdcc94338ea12f7deba71e795c01989152752:
>
> hw/mips: MIPS Boston board support (2017-02-20 19:37:28 +0000)
>
> ----------------------------------------------------------------
> MIPS patches 2017-02-20
>
> Changes:
> * Add MIPS Boston board support
Hi. This fails to build (all platforms):
/home/petmay01/linaro/qemu-for-merges/hw/core/loader-fit.c: In
function ‘load_fit’:
/home/petmay01/linaro/qemu-for-merges/hw/core/loader-fit.c:215:8:
error: ‘load_data’ may be used uninitialized in this function
[-Werror=maybe-uninitialized]
if (data != load_data) {
^
/home/petmay01/linaro/qemu-for-merges/hw/core/loader-fit.c:179:17:
note: ‘load_data’ was declared here
const void *load_data;
^
/home/petmay01/linaro/qemu-for-merges/hw/core/loader-fit.c:168:9:
error: ‘load_data’ may be used uninitialized in this function
[-Werror=maybe-uninitialized]
g_free((void *) load_data);
^
/home/petmay01/linaro/qemu-for-merges/hw/core/loader-fit.c:121:17:
note: ‘load_data’ was declared here
const void *load_data;
^
cc1: all warnings being treated as errors
thanks
-- PMM