Hi,

> I'm afraid this doesn't compile:

/me goes add a -m32 build to the test matrix.

Hmm, looks like "make check" has issues on 32bit:

  CC    tests/test-cutils.o
/home/kraxel/projects/qemu/tests/test-cutils.c: In function
‘test_parse_uint_llong_max’:
/home/kraxel/projects/qemu/tests/test-cutils.c:168:5: error: overflow in
implicit constant conversion [-Werror=overflow]
     g_assert_cmpint(i, ==, (unsigned long long)LLONG_MAX + 1);
     ^
/home/kraxel/projects/qemu/tests/test-cutils.c: In function
‘test_parse_uint_overflow’:
/home/kraxel/projects/qemu/tests/test-cutils.c:185:5: error: overflow in
implicit constant conversion [-Werror=overflow]
     g_assert_cmpint(i, ==, ULLONG_MAX);
     ^
cc1: all warnings being treated as errors
make: *** [tests/test-cutils.o] Error 1
test failure

cheers,
  Gerd



Reply via email to