Re: [Qemu-devel] [PATCH v1 5/5] linux-user/elfload: Fix GCC 9 build warnings

2019-04-30 Thread Alistair Francis
On Tue, Apr 30, 2019 at 2:10 PM Eric Blake wrote: > > On 4/30/19 4:01 PM, Alistair Francis wrote: > > On Tue, Apr 30, 2019 at 1:36 PM Laurent Vivier wrote: > >> > >> Le 30/04/2019 à 22:09, Alistair Francis a écrit : > >>> Fix this warning when building with GCC9 on Fedora 30: > >>> In function ‘s

Re: [Qemu-devel] [PATCH v1 5/5] linux-user/elfload: Fix GCC 9 build warnings

2019-04-30 Thread Eric Blake
On 4/30/19 4:01 PM, Alistair Francis wrote: > On Tue, Apr 30, 2019 at 1:36 PM Laurent Vivier wrote: >> >> Le 30/04/2019 à 22:09, Alistair Francis a écrit : >>> Fix this warning when building with GCC9 on Fedora 30: >>> In function ‘strncpy’, >>> inlined from ‘fill_psinfo’ at >>> /home/alistai

Re: [Qemu-devel] [PATCH v1 5/5] linux-user/elfload: Fix GCC 9 build warnings

2019-04-30 Thread Laurent Vivier
Le 30/04/2019 à 23:01, Alistair Francis a écrit : > On Tue, Apr 30, 2019 at 1:36 PM Laurent Vivier wrote: >> >> Le 30/04/2019 à 22:09, Alistair Francis a écrit : >>> Fix this warning when building with GCC9 on Fedora 30: >>> In function ‘strncpy’, >>> inlined from ‘fill_psinfo’ at >>> /home/a

Re: [Qemu-devel] [PATCH v1 5/5] linux-user/elfload: Fix GCC 9 build warnings

2019-04-30 Thread Alistair Francis
On Tue, Apr 30, 2019 at 1:36 PM Laurent Vivier wrote: > > Le 30/04/2019 à 22:09, Alistair Francis a écrit : > > Fix this warning when building with GCC9 on Fedora 30: > > In function ‘strncpy’, > > inlined from ‘fill_psinfo’ at > > /home/alistair/qemu/linux-user/elfload.c:3208:12, > > inl

Re: [Qemu-devel] [PATCH v1 5/5] linux-user/elfload: Fix GCC 9 build warnings

2019-04-30 Thread Laurent Vivier
Le 30/04/2019 à 22:09, Alistair Francis a écrit : > Fix this warning when building with GCC9 on Fedora 30: > In function ‘strncpy’, > inlined from ‘fill_psinfo’ at > /home/alistair/qemu/linux-user/elfload.c:3208:12, > inlined from ‘fill_note_info’ at > /home/alistair/qemu/linux-user/elflo

[Qemu-devel] [PATCH v1 5/5] linux-user/elfload: Fix GCC 9 build warnings

2019-04-30 Thread Alistair Francis
Fix this warning when building with GCC9 on Fedora 30: In function ‘strncpy’, inlined from ‘fill_psinfo’ at /home/alistair/qemu/linux-user/elfload.c:3208:12, inlined from ‘fill_note_info’ at /home/alistair/qemu/linux-user/elfload.c:3390:5, inlined from ‘elf_core_dump’ at /home/alista