On Sat, 09/17 20:16, [email protected] wrote: > /tmp/qemu-test/src/util/uuid.c: In function 'qemu_uuid_bswap': > /tmp/qemu-test/src/util/uuid.c:110:7: error: cast from pointer to integer of > different size [-Werror=pointer-to-int-cast] > assert(QEMU_IS_ALIGNED((uint64_t)uuid, sizeof(uint32_t)));
Changing to QEMU_PTR_IS_ALIGNED. Fam
