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: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] nbd/client.c: Correct trace format string
Date: Fri, 17 Jun 2016 15:31:01 +0100

On 17 June 2016 at 14:24, Paolo Bonzini <address@hidden> wrote:
>
>
> 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.

thanks, applied to master

-- PMM



reply via email to

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