qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v2 00/12] QOM devices patch queue 2015-05-27


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v2 00/12] QOM devices patch queue 2015-05-27
Date: Thu, 28 May 2015 12:46:43 +0100

On 27 May 2015 at 19:20, Andreas Färber <address@hidden> wrote:
> Hello Peter,
>
> This is my QOM (devices) patch queue. Please pull.
>
> v2 contains changes that hopefully fix warnings on gcc 4.7.

Hi. I'm afraid this doesn't build on our minimum glib version (2.22):

/Users/pm215/src/qemu/tests/check-qom-proplist.c:235:5: warning: implicit
      declaration of function 'g_assert_null' is invalid in C99
      [-Wimplicit-function-declaration]
    g_assert_null(dobj);
    ^
/Users/pm215/src/qemu/tests/check-qom-proplist.c:236:5: warning: implicit
      declaration of function 'g_assert_nonnull' is invalid in C99
      [-Wimplicit-function-declaration]
    g_assert_nonnull(err);
    ^

g_assert_nonnull() first appears in glib 2.38.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]