Re: [libvirt] [PATCH 2/1] tests: avoid compiler warnings

2012-04-05 Thread Eric Blake
On 04/05/2012 08:22 PM, Eric Blake wrote: > gcc 4.7 warns about uninitialized struct members > > * tests/testutilsqemu.c (testQemuCapsInit): Populate new members. > * tests/viruritest.c (mymain): Likewise. > --- > > Another warning cleanup, worth pushing at the same time as whichever > solution w

Re: [libvirt] [PATCH 2/1] tests: avoid compiler warnings

2012-04-05 Thread Eric Blake
On 04/05/2012 09:42 PM, Daniel Veillard wrote: > On Thu, Apr 05, 2012 at 08:22:51PM -0600, Eric Blake wrote: >> gcc 4.7 warns about uninitialized struct members >> >> * tests/testutilsqemu.c (testQemuCapsInit): Populate new members. >> * tests/viruritest.c (mymain): Likewise. >> --- >> >> Another w

Re: [libvirt] [PATCH 2/1] tests: avoid compiler warnings

2012-04-05 Thread Daniel Veillard
On Thu, Apr 05, 2012 at 08:22:51PM -0600, Eric Blake wrote: > gcc 4.7 warns about uninitialized struct members > > * tests/testutilsqemu.c (testQemuCapsInit): Populate new members. > * tests/viruritest.c (mymain): Likewise. > --- > > Another warning cleanup, worth pushing at the same time as whic

[libvirt] [PATCH 2/1] tests: avoid compiler warnings

2012-04-05 Thread Eric Blake
gcc 4.7 warns about uninitialized struct members * tests/testutilsqemu.c (testQemuCapsInit): Populate new members. * tests/viruritest.c (mymain): Likewise. --- Another warning cleanup, worth pushing at the same time as whichever solution we pick for the large stack size. tests/testutilsqemu.c |