On 27/05/2016 17:30, Peter Maydell wrote: > This version fails on the "retypedefing a typedef" clang warning: > > /home/petmay01/linaro/qemu-for-merges/hw/scsi/scsi-disk.c:73:3: error: > redefinition of typedef 'SCSIDiskClass' is a C11 feature > [-Werror,-Wtypedef-redefinition] > } SCSIDiskClass; > ^ > /home/petmay01/linaro/qemu-for-merges/hw/scsi/scsi-disk.c:66:30: note: > previous definition is here > typedef struct SCSIDiskClass SCSIDiskClass; > ^ > 1 error generated.
Ugh, I am so much waiting for the docker series to get in... Paolo