Le 04/05/2020 à 14:34, Peter Maydell a écrit : > On Mon, 4 May 2020 at 13:17, Peter Maydell <peter.mayd...@linaro.org> wrote: >> >> On Mon, 4 May 2020 at 13:05, Laurent Vivier <laur...@vivier.eu> wrote: >>> >>> The following changes since commit 2ef486e76d64436be90f7359a3071fb2a56ce835: >>> >>> Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into >>> s= >>> taging (2020-05-03 14:12:56 +0100) >>> >>> are available in the Git repository at: >>> >>> git://github.com/vivier/qemu.git tags/trivial-branch-for-5.1-pull-request >>> >>> for you to fetch changes up to 4341a0106781043a708c061b676312e5bb5d4488: >>> >>> hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning >>> (202= >>> 0-05-04 12:06:21 +0200) >>> >>> ---------------------------------------------------------------- >>> trivial patches (20200504) >>> >>> Silent static analyzer warning >>> Remove dead assignments >>> Support -chardev serial on macOS >>> Update MAINTAINERS >>> Some cosmetic changes >> >> >> Compile failure, OSX: >> /Users/pm215/src/qemu-for-merges/block/file-posix.c:1620:9: error: >> unused variable 'ret' [-Werror,-Wunused-variable] >> int ret; >> ^ >> > > This one also shows up on FreeBSD and OpenBSD (and maybe NetBSD, that > result hasn't come back yet).
I'm going to update PATCH 11 to move the "int ret" inside the #ifdef. Thanks, Laurent