On Tue, 05/08 23:08, no-re...@patchew.org wrote: > /var/tmp/patchew-tester-tmp-rg1lnbdu/src/block/vmdk.c: In function > ‘vmdk_co_do_create’: > /var/tmp/patchew-tester-tmp-rg1lnbdu/src/block/vmdk.c:2153:8: error: ‘blk’ > may be used uninitialized in this function [-Werror=maybe-uninitialized] > if (blk) { > ^ > cc1: all warnings being treated as errors
It's a genuine bug. blk should be initialized to NULL. > CC block/dmg.o > make: *** [/var/tmp/patchew-tester-tmp-rg1lnbdu/src/rules.mak:66: > block/vmdk.o] Error 1 > make: *** Waiting for unfinished jobs.... > === OUTPUT END === > > Test command exited with code: 2 > > > --- > Email generated automatically by Patchew [http://patchew.org/]. > Please send your feedback to patchew-de...@redhat.com