/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
drivers/net/dpaa/meson.build
27 строк
527 B
Bruce Richardson
drivers: disable variable shadowing warnings
20 янв 2026, 10:57
20 янв 2026, 10:57
dcd5b77
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright 2018-2020 NXP if not is_linux build = false reason = 'only supported on Linux' endif deps += ['mempool_dpaa'] sources = files( 'dpaa_ethdev.c', 'fmlib/fm_lib.c', 'fmlib/fm_vsp.c', 'dpaa_flow.c', 'dpaa_rxtx.c', 'dpaa_fmc.c', 'dpaa_ptp.c', ) cflags += no_wvla_cflag cflags += no_shadow_cflag if cc.has_argument('-Wno-pointer-arith') cflags += '-Wno-pointer-arith' endif headers = files('rte_pmd_dpaa.h')