Re: [dpdk-dev] [PATCH] mk: disable flag for no packet member warning

2019-07-22 Thread Bruce Richardson
On Mon, Jul 22, 2019 at 02:39:59PM +0200, kka...@marvell.com wrote: > From: Krzysztof Kanas > > gcc prior 9 don't will add additional warning for unrecognized command > line option, but only when there is some other warning in the code, e.g > unused variable. > I don't think this behaviour has c

[dpdk-dev] [PATCH] mk: disable flag for no packet member warning

2019-07-22 Thread kkanas
From: Krzysztof Kanas gcc prior 9 don't will add additional warning for unrecognized command line option, but only when there is some other warning in the code, e.g unused variable. Fixes: a385972c3675 ("mk: disable warning for packed member pointer") Cc: reshma.pat...@intel.com Signed-off-by: