On Sat, 09/17 20:16, no-re...@ec2-52-6-146-230.compute-1.amazonaws.com 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

Reply via email to