Re: [Qemu-devel] [PATCH] Fix 32-bit compilation with gcc 5.5

2019-03-29 Thread Philippe Mathieu-Daudé
Le ven. 29 mars 2019 18:41, Peter Maydell a écrit : > On Fri, 29 Mar 2019 at 17:23, Philippe Mathieu-Daudé > wrote: > > > > Le ven. 29 mars 2019 13:53, Andrew Randrianasulu < > randrianas...@gmail.com> > > a écrit : > > > > > В сообщении от Friday 29 March 2019 11:40:42 Alex Bennée написал(а):

Re: [Qemu-devel] [PATCH] Fix 32-bit compilation with gcc 5.5

2019-03-29 Thread Peter Maydell
On Fri, 29 Mar 2019 at 17:23, Philippe Mathieu-Daudé wrote: > > Le ven. 29 mars 2019 13:53, Andrew Randrianasulu > a écrit : > > > В сообщении от Friday 29 March 2019 11:40:42 Alex Bennée написал(а): > > > This will break 64 bit compiles: > > > > > > ui/curses.c: In function ‘get_ucs’: > > >

Re: [Qemu-devel] [PATCH] Fix 32-bit compilation with gcc 5.5

2019-03-29 Thread Philippe Mathieu-Daudé
Le ven. 29 mars 2019 13:53, Andrew Randrianasulu a écrit : > В сообщении от Friday 29 March 2019 11:40:42 Alex Bennée написал(а): > > > > Andrew Randrianasulu writes: > > > > > --- > > > ui/curses.c | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git

Re: [Qemu-devel] [PATCH] Fix 32-bit compilation with gcc 5.5

2019-03-29 Thread Andrew Randrianasulu
В сообщении от Friday 29 March 2019 11:40:42 Alex Bennée написал(а): > > Andrew Randrianasulu writes: > > > --- > > ui/curses.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/ui/curses.c b/ui/curses.c > > index cc6d6da684..b25814f3fb 100644 > > --- a/ui/curses.c

Re: [Qemu-devel] [PATCH] Fix 32-bit compilation with gcc 5.5

2019-03-29 Thread Alex Bennée
Andrew Randrianasulu writes: > --- > ui/curses.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ui/curses.c b/ui/curses.c > index cc6d6da684..b25814f3fb 100644 > --- a/ui/curses.c > +++ b/ui/curses.c > @@ -453,7 +453,7 @@ static uint16_t get_ucs(wchar_t wch, iconv_t

Re: [Qemu-devel] [PATCH] Fix 32-bit compilation with gcc 5.5

2019-03-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190329064853.22886-1-randrianas...@gmail.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [Qemu-devel] [PATCH] Fix 32-bit compilation with gcc 5.5

2019-03-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190329064853.22886-1-randrianas...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190329064853.22886-1-randrianas...@gmail.com Subject: [Qemu-devel] [PATCH] Fix 32-bit

[Qemu-devel] [PATCH] Fix 32-bit compilation with gcc 5.5

2019-03-29 Thread Andrew Randrianasulu
--- ui/curses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/curses.c b/ui/curses.c index cc6d6da684..b25814f3fb 100644 --- a/ui/curses.c +++ b/ui/curses.c @@ -453,7 +453,7 @@ static uint16_t get_ucs(wchar_t wch, iconv_t conv) swch = sizeof(wch); if