[V3 18/18] drivers/net: add hinic3 PMD build and doc files
Stephen Hemminger
stephen at networkplumber.org
Sat Jun 28 17:04:31 CEST 2025
On Sat, 28 Jun 2025 15:25:41 +0800
Feifei Wang <wff_light at vip.163.com> wrote:
> # The driver runs only on arch64 machine, remove 32bit warnings
> if not dpdk_conf.get('RTE_ARCH_64')
> extra_flags += [
> - '-Wno-int-to-pointer-cast',
> - '-Wno-pointer-to-int-cast',
> + '-Wno-int-to-pointer-cast',
> + '-Wno-pointer-to-int-cast',
> ]
> endif
Indentation was ok before. Don't need this.
No need to send new version about it though.
More information about the dev
mailing list