Re: [PATCH v2][next] net: atlantic: Avoid -Wflex-array-member-not-at-end warnings

2025-02-04 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 4 Feb 2025 12:40:49 +1030 you wrote: > -Wflex-array-member-not-at-end was introduced in GCC-14, and we are > getting ready to enable it, globally. > > Remove unused flexible-array member `buf` and, with this,

RE: [PATCH v2][next] net: atlantic: Avoid -Wflex-array-member-not-at-end warnings

2025-02-04 Thread Igor Russkikh
> -Wflex-array-member-not-at-end was introduced in GCC-14, and we are getting > ready to enable it, globally. Remove unused flexible-array member `buf` and, > with this, fix the following warnings: > drivers/net/ethernet/aquantia/atlantic/aq_hw. h: 197: 36:  > Remove unused flexible-array member

Re: [PATCH v2][next] net: atlantic: Avoid -Wflex-array-member-not-at-end warnings

2025-02-04 Thread Simon Horman
On Tue, Feb 04, 2025 at 12:40:49PM +1030, Gustavo A. R. Silva wrote: > -Wflex-array-member-not-at-end was introduced in GCC-14, and we are > getting ready to enable it, globally. > > Remove unused flexible-array member `buf` and, with this, fix the following > warnings: > drivers/net/ethernet/aqua

Re: [PATCH v2][next] net: atlantic: Avoid -Wflex-array-member-not-at-end warnings

2025-02-03 Thread Michal Swiatkowski
On Tue, Feb 04, 2025 at 12:40:49PM +1030, Gustavo A. R. Silva wrote: > -Wflex-array-member-not-at-end was introduced in GCC-14, and we are > getting ready to enable it, globally. > > Remove unused flexible-array member `buf` and, with this, fix the following > warnings: > drivers/net/ethernet/aqua

[PATCH v2][next] net: atlantic: Avoid -Wflex-array-member-not-at-end warnings

2025-02-03 Thread Gustavo A. R. Silva
-Wflex-array-member-not-at-end was introduced in GCC-14, and we are getting ready to enable it, globally. Remove unused flexible-array member `buf` and, with this, fix the following warnings: drivers/net/ethernet/aquantia/atlantic/aq_hw.h:197:36: warning: structure containing a flexible array mem