Re: [PATCH][next] nfc: pn533: Avoid -Wflex-array-member-not-at-end warnings

2024-08-21 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 19 Aug 2024 19:27:11 -0600 you wrote: > -Wflex-array-member-not-at-end was introduced in GCC-14, and we are > getting ready to enable it, globally. > > Remove unnecessary flex-array member `data[]`, and with

Re: [PATCH][next] nfc: pn533: Avoid -Wflex-array-member-not-at-end warnings

2024-08-20 Thread Simon Horman
On Mon, Aug 19, 2024 at 07:27:11PM -0600, 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 unnecessary flex-array member `data[]`, and with this fix > the following warnings: > > drivers/nfc/pn533/u

[PATCH][next] nfc: pn533: Avoid -Wflex-array-member-not-at-end warnings

2024-08-19 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 unnecessary flex-array member `data[]`, and with this fix the following warnings: drivers/nfc/pn533/usb.c:268:38: warning: structure containing a flexible array member is not at the e