[libvirt] [PATCH 2/3] build: fix "missing initializer" errors in virsh.c

Eric Blake eblake at redhat.com
Mon Mar 26 19:40:49 UTC 2012


On 03/26/2012 12:53 PM, Laine Stump wrote:
> Found when attempting to build on Fedora 17 alpha with:
> 
>    ./autogen.sh --system --enable-compile-warnings=error
> 
> (this same build command works without problem on Fedora 16). All
> other struct initializers for this struct have the extra field filled
> in (almost always to 0), so the two errant ones were fixed by adding
> in the extra 0 field.
> ---
>  tools/virsh.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120326/f712c65a/attachment-0001.sig>


More information about the libvir-list mailing list