Re: [dpdk-dev] [PATCH] net/memif: fix build error with gcc 9.1

2019-08-07 Thread Thomas Monjalon
07/08/2019 05:11, jer...@marvell.com: > From: Jerin Jacob > > gcc-9 stricter on NULL arguments for printf. > Fix the following build error by avoiding NULL argument to printf. > > In file included from drivers/net/memif/memif_socket.c:26: > In function 'memif_socket_create', > inlined from 'memi

[dpdk-dev] [PATCH] net/memif: fix build error with gcc 9.1

2019-08-06 Thread jerinj
From: Jerin Jacob gcc-9 stricter on NULL arguments for printf. Fix the following build error by avoiding NULL argument to printf. In file included from drivers/net/memif/memif_socket.c:26: In function 'memif_socket_create', inlined from 'memif_socket_init' at net/memif/memif_socket.c:965:12: net