Re: [PATCH v5 0/6] more replacement of zero length array

2024-06-11 Thread David Marchand
On Wed, Mar 6, 2024 at 9:14 PM Tyler Retzlaff wrote: > > Replace some missed zero length arrays not captured in the > original series. > https://patchwork.dpdk.org/project/dpdk/list/?series=30410&state=* > > Zero length arrays are a GNU extension that has been > superseded by flex arrays. > > http

[PATCH v5 0/6] more replacement of zero length array

2024-03-06 Thread Tyler Retzlaff
Replace some missed zero length arrays not captured in the original series. https://patchwork.dpdk.org/project/dpdk/list/?series=30410&state=* Zero length arrays are a GNU extension that has been superseded by flex arrays. https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html v5: * no changes, r