On 2016-09-20 at 13:47, Peter Maydell wrote:
On 19 September 2016 at 22:45, Max Reitz <mre...@redhat.com> wrote:
The following changes since commit 33e1666b4289313306371fee0740f5c85517e406:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-09-19' into 
staging (2016-09-19 18:06:52 +0100)

are available in the git repository at:

  git://github.com/XanClic/qemu.git tags/pull-block-2016-09-19

for you to fetch changes up to 203bfabbcc0d681ebb4a8f0a0d08b077d4e53eae:

  iotest 055: refactor and speed up (2016-09-19 23:13:40 +0200)

----------------------------------------------------------------
Block patches for 2.8



This still has the same w32 build failure:

Hm, interesting. I only tested w64 and this v3 fixed the issue there for some reason... I'll guarantee a v4 will work for both Linux and Windows 32 Bit, at least on my machine. :-/

Sorry again!

Max

  CC    block.o
/home/petmay01/linaro/qemu-for-merges/block.c: In function ‘bdrv_find_format’:
/home/petmay01/linaro/qemu-for-merges/block.c:270:19: error:
comparison of unsigned expression < 0 is always false
[-Werror=type-limits]
     for (i = 0; i < ARRAY_SIZE(block_driver_modules); ++i) {
                   ^
/home/petmay01/linaro/qemu-for-merges/block.c: In function ‘bdrv_find_protocol’:
/home/petmay01/linaro/qemu-for-merges/block.c:542:19: error:
comparison of unsigned expression < 0 is always false
[-Werror=type-limits]
     for (i = 0; i < ARRAY_SIZE(block_driver_modules); ++i) {
                   ^
cc1: all warnings being treated as errors

thanks
-- PMM



Reply via email to