Re: [dpdk-dev] [PATCH 2/2] build: remove warnings for builds with icc

2020-01-24 Thread Bruce Richardson
On Fri, Jan 24, 2020 at 03:51:16PM +, Burakov, Anatoly wrote: > On 24-Jan-20 3:37 PM, Bruce Richardson wrote: > > While icc builds without the "werror" setting build successfully, there are > > a lot of warnings. To make the output cleaner, and to allow building with > > warnings enabled, we ca

Re: [dpdk-dev] [PATCH 2/2] build: remove warnings for builds with icc

2020-01-24 Thread Burakov, Anatoly
On 24-Jan-20 3:37 PM, Bruce Richardson wrote: While icc builds without the "werror" setting build successfully, there are a lot of warnings. To make the output cleaner, and to allow building with warnings enabled, we can add a list of warning ids to ignore. Signed-off-by: Bruce Richardson ---