Re: [PATCH 0/6] reduce number of warnings being disabled

2024-10-31 Thread Bruce Richardson
On Wed, Oct 30, 2024 at 06:17:12PM +, Konstantin Ananyev wrote: > > > > -Original Message- > > From: Bruce Richardson > > Sent: Wednesday, October 30, 2024 5:38 PM > > To: dev@dpdk.org > > Cc: Bruce Richardson > > Subject: [PATCH 0/6

RE: [PATCH 0/6] reduce number of warnings being disabled

2024-10-30 Thread Konstantin Ananyev
> -Original Message- > From: Bruce Richardson > Sent: Wednesday, October 30, 2024 5:38 PM > To: dev@dpdk.org > Cc: Bruce Richardson > Subject: [PATCH 0/6] reduce number of warnings being disabled > > for historical reasons, many drivers had extra warnings d

[PATCH 0/6] reduce number of warnings being disabled

2024-10-30 Thread Bruce Richardson
for historical reasons, many drivers had extra warnings disabled, especially in their base code directory. Many, but not all, of these warning disabling flags are unnecessary so remove as many as we can. Bruce Richardson (6): net/i40e/base: remove warning disable flags net/ice/base: remove war