On Sat, 1 Aug 2026 11:00:38 +0200
Morten Brørup <[email protected]> wrote:

> ice driver maintainers,
> 
> Is the ice base driver still defining structure fields with [0], or has it 
> been updated to use []?
> Maybe the workaround in meson.build is not required anymore:
> 
> # Bugzilla ID: 678
> if (toolchain == 'gcc' and cc.version().version_compare('>=11.0.0'))
>     error_cflags += ['-Wno-array-bounds']
> endif
> 
> Ref:
> https://github.com/DPDK/dpdk/blob/main/drivers/net/intel/ice/base/meson.build#L49
> 
> 
> Venlig hilsen / Kind regards,
> -Morten Brørup
> 
> 

Looks like it could be dropped. I see no errors with Gcc 18

Reply via email to