Merged as commit aabab96797a7d61989c25a7ca2b094591bbc74f9. ** Changed in: qemu Status: In Progress => Fix Committed
-- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1878628 Title: linux-user/mmap build failure using Clang 10 Status in QEMU: Fix Committed Bug description: When building with Clang 10 on Fedora 32, we get: CC linux-user/mmap.o linux-user/mmap.c:720:49: error: result of comparison 'unsigned long' > 18446744073709551615 is always false [-Werror,-Wtautological-type-limit-compare] if ((unsigned long)host_addr + new_size > (abi_ulong)-1) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1878628/+subscriptions