On 03/13/2012 03:39 PM, Paolo Bonzini wrote: > Il 13/03/2012 14:36, Orit Wasserman ha scritto: >> I get to following compile error: >> In function ‘virtio_blk_handle_request’: >> virtio-blk.c:264:28: error: ‘status’ may be used uninitialized in this >> function [-Werror=uninitialized] >> virtio-blk.c:151:9: note: ‘status’ was declared here >> cc1: all warnings being treated as errors >> >> Are you using -disable-werror ? > > No, perhaps a different compiler though.
could be I'm using (GCC) 4.6.1 20110908 (Red Hat 4.6.1-9) > > Paolo