On 27 May 2015 at 19:20, Andreas Färber <[email protected]> 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