qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL v1 0/3] Merge qio 2017/02/27


From: Daniel P. Berrange
Subject: Re: [Qemu-devel] [PULL v1 0/3] Merge qio 2017/02/27
Date: Mon, 27 Feb 2017 15:34:05 +0000
User-agent: Mutt/1.7.1 (2016-10-04)

On Mon, Feb 27, 2017 at 03:33:02PM +0000, Peter Maydell wrote:
> On 27 February 2017 at 13:35, Daniel P. Berrange <address@hidden> wrote:
> > The following changes since commit d992f2f1368ceb92e6bfd8efece174110f4236ff:
> >
> >   Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' 
> > into staging (2017-02-26 22:40:23 +0000)
> >
> > are available in the git repository at:
> >
> >   git://github.com/berrange/qemu tags/pull-qio-2017-02-27-1
> >
> > for you to fetch changes up to acd22400d1dce27bffc94be7663e1ff1c716abe8:
> >
> >   tests: fix leaks in test-io-channel-command (2017-02-27 12:42:21 +0000)
> >
> > ----------------------------------------------------------------
> > Merge qio 2017/02/27 v1
> >
> > ----------------------------------------------------------------
> 
> Fails to build, w32:
> 
> /home/petmay01/linaro/qemu-for-merges/io/channel-websock.c: In
> function ‘qio_channel_websock_handshake_entry’:
> /home/petmay01/linaro/qemu-for-merges/io/channel-websock.c:118:13:
> error: implicit declaration of function ‘strcasestr’
> [-Werror=implicit-function-declaration]
>      begin = strcasestr(handshake, line);
>              ^
> /home/petmay01/linaro/qemu-for-merges/io/channel-websock.c:118:5:
> error: nested extern declaration of ‘strcasestr’
> [-Werror=nested-externs]
>      begin = strcasestr(handshake, line);
>      ^
> /home/petmay01/linaro/qemu-for-merges/io/channel-websock.c:118:11:
> error: assignment makes pointer from integer without a cast
> [-Werror=int-conversion]
>      begin = strcasestr(handshake, line);
>            ^
> cc1: all warnings being treated as errors
> 
> mingw doesn't have strcasestr(), I think.

Yep, man page marks it as a gnu extension too

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://entangle-photo.org       -o-    http://search.cpan.org/~danberr/ :|



reply via email to

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