qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] qemu-sockets: Fix compiler warning (regressio


From: Stefan Hajnoczi
Subject: Re: [Qemu-trivial] [PATCH] qemu-sockets: Fix compiler warning (regression for MinGW)
Date: Fri, 5 Oct 2012 14:49:08 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Sep 28, 2012 at 07:07:39PM +0200, Stefan Weil wrote:
> setsockopt needs a type cast for MinGW. That type cast is missing in
> a recent commit which results in a compiler warning.
> 
> Like for other socket related functions which have the same problem,
> we add a 'qemu_setsockopt' macro which provides that type cast where
> needed and use the new macro to avoid the warning.
> 
> A 'qemu_getsockopt' is also added and can be used for future
> modifications.
> 
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  qemu-common.h  |   10 +++++++++-
>  qemu-sockets.c |    2 +-
>  2 files changed, 10 insertions(+), 2 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan



reply via email to

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