qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] nbd/client.c: Correct trace format string


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] nbd/client.c: Correct trace format string
Date: Fri, 17 Jun 2016 15:24:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0


On 17/06/2016 14:42, Peter Maydell wrote:
> The trace format string in nbd_send_request uses PRIu16 for
> request->type, but request->type is a uint32_t. This provokes
> compiler warnings on the OSX clang. Use PRIu32 instead.
> 
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> I didn't catch this when I ran the merge build test for the
> pull request, because I don't have warnings-as-errors enabled
> on the OSX test machine yet.

Thanks, please apply directly if you wish.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]