qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] device_tree: Add qemu_devtree_setprop_sized


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 1/2] device_tree: Add qemu_devtree_setprop_sized_cells() utility function
Date: Wed, 26 Jun 2013 14:31:13 +0100

On 26 June 2013 13:38, Peter Crosthwaite <address@hidden> wrote:
> Are statement expressions sanctioned?

..and to answer this specific question which I missed first time
round, we already use them (eg container_of, MAKE_TCGV_PTR).

We seem to mark some but not all of them with __extension__;
I think on balance that's probably unnecessary given we aren't
going to be trying to compile with -pedantic any time soon.

-- PMM



reply via email to

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