Eric Blake writes:
> On 9/13/19 3:13 PM, Markus Armbruster wrote:
>> Absent flat union branches default to the empty struct (since commit
>> 800877bb16 "qapi: allow empty branches in flat unions"). But am
>
> s/am/an/
Will fix, thanks!
>> attempt to omit all of them is rejected with "Union 'FO
On 9/13/19 3:13 PM, Markus Armbruster wrote:
> Absent flat union branches default to the empty struct (since commit
> 800877bb16 "qapi: allow empty branches in flat unions"). But am
s/am/an/
> attempt to omit all of them is rejected with "Union 'FOO' has no
> branches". Harmless oddity, but it'
Absent flat union branches default to the empty struct (since commit
800877bb16 "qapi: allow empty branches in flat unions"). But am
attempt to omit all of them is rejected with "Union 'FOO' has no
branches". Harmless oddity, but it's easy to avoid, so do that.
Signed-off-by: Markus Armbruster