Re: ice driver compiler warning

Stephen Hemminger <[email protected]> Sat, 1 Aug 2026 08:22:20 -0700
Newsgroups org.dpdk.dev
Message-ID <[email protected]>
On Sat, 1 Aug 2026 11:00:38 +0200
Morten Br=C3=B8rup <[email protected]> wrote:

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

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