]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: avoid compiler warning
authorEric Blake <eblake@redhat.com>
Mon, 2 May 2011 23:35:18 +0000 (17:35 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 2 May 2011 23:35:18 +0000 (17:35 -0600)
commit0620e83d1034ddb094bc4f2ee72336d9884a4934
treecd3567e678677f92835badeaf0ce6e614b84a631
parentb15a8a1bdf0fa4f0d6a5a424caca4070c8eeafbb
tests: avoid compiler warning

../../tests/xmconfigtest.c: In function 'testCompareParseXML':
../../tests/xmconfigtest.c:49:19: error: 'conn' may be used uninitialized in this function [-Wuninitialized]

* tests/xmconfigtest.c (testCompareParseXML): Initialize variable.
tests/xmconfigtest.c