]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix "missing initializer" errors in virsh.c
authorLaine Stump <laine@laine.org>
Mon, 26 Mar 2012 16:58:05 +0000 (12:58 -0400)
committerLaine Stump <laine@laine.org>
Mon, 26 Mar 2012 21:08:30 +0000 (17:08 -0400)
commit05c25e6071494151685a0e5166c6b1ab248e7928
treef81e233f4c15ecfb2afa19162ebf8f732429549a
parentcf57d345b585c1e3914642b950f7041a7aeb853e
build: fix "missing initializer" errors in virsh.c

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