Message ID | 20190307130323.9353-1-armbru@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | pflash: Fixes and cleanups | expand |
Patchew URL: https://patchew.org/QEMU/20190307130323.9353-1-armbru@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash time make docker-test-mingw@fedora SHOW_ENV=1 J=14 NETWORK=1 === TEST SCRIPT END === CC hw/display/cirrus_vga.o CC hw/display/cirrus_vga_isa.o /tmp/qemu-test/src/hw/block/pflash_cfi02.c: In function 'pflash_cfi02_unrealize': /tmp/qemu-test/src/hw/block/pflash_cfi02.c:698:5: error: unknown type name 'pflash_t'; did you mean 'fpos_t'? pflash_t *pfl = CFI_PFLASH02(dev); ^~~~~~~~ fpos_t /tmp/qemu-test/src/hw/block/pflash_cfi02.c:698:21: error: implicit declaration of function 'CFI_PFLASH02'; did you mean 'HW_FLASH_H'? [-Werror=implicit-function-declaration] pflash_t *pfl = CFI_PFLASH02(dev); ^~~~~~~~~~~~ HW_FLASH_H /tmp/qemu-test/src/hw/block/pflash_cfi02.c:698:21: error: nested extern declaration of 'CFI_PFLASH02' [-Werror=nested-externs] /tmp/qemu-test/src/hw/block/pflash_cfi02.c:698:21: error: initialization of 'int *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] /tmp/qemu-test/src/hw/block/pflash_cfi02.c:699:19: error: request for member 'timer' in something not a structure or union timer_del(&pfl->timer); ^~ cc1: all warnings being treated as errors The full log is available at http://patchew.org/logs/20190307130323.9353-1-armbru@redhat.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-devel@redhat.com