* [DPDK/other Bug 1744] bus/flsmc: duplicate variable definition
@ 2025-07-03 17:08 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2025-07-03 17:08 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 2492 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1744
Bug ID: 1744
Summary: bus/flsmc: duplicate variable definition
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev@dpdk.org
Reporter: stephen@networkplumber.org
Target Milestone: ---
Building with -Wshadow reports:
In file included from ../drivers/bus/fslmc/portal/dpaa2_hw_dpci.c:27:
../drivers/bus/fslmc/portal/dpaa2_hw_dpci.c: In function
‘rte_dpaa2_create_dpci_device’:
../drivers/bus/fslmc/portal/dpaa2_hw_pvt.h:207:13: warning: declaration of
‘ret’ shadows a previous local [-Wshadow]
207 | int ret = 0, i; \
| ^~~
../drivers/bus/fslmc/portal/dpaa2_hw_dpci.c:99:23: note: in expansion of macro
‘dpaa2_queue_storage_alloc’
99 | ret = dpaa2_queue_storage_alloc(rxq, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/fslmc/portal/dpaa2_hw_dpci.c:57:13: note: shadowed declaration
is here
57 | int ret, i, dpci_id = obj->object_id;
| ^~~
../drivers/bus/fslmc/portal/dpaa2_hw_pvt.h:207:22: warning: declaration of ‘i’
shadows a previous local [-Wshadow]
207 | int ret = 0, i; \
| ^
../drivers/bus/fslmc/portal/dpaa2_hw_dpci.c:99:23: note: in expansion of macro
‘dpaa2_queue_storage_alloc’
99 | ret = dpaa2_queue_storage_alloc(rxq, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/fslmc/portal/dpaa2_hw_dpci.c:57:18: note: shadowed declaration
is here
57 | int ret, i, dpci_id = obj->object_id;
| ^
../drivers/bus/fslmc/portal/dpaa2_hw_pvt.h:226:13: warning: declaration of ‘i’
shadows a previous local [-Wshadow]
226 | int i; \
| ^
../drivers/bus/fslmc/portal/dpaa2_hw_dpci.c:148:17: note: in expansion of macro
‘dpaa2_queue_storage_free’
148 | dpaa2_queue_storage_free(rxq, 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/fslmc/portal/dpaa2_hw_dpci.c:57:18: note: shadowed declaration
is here
57 | int ret, i, dpci_id = obj->object_id;
| ^
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 4369 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-03 17:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-03 17:08 [DPDK/other Bug 1744] bus/flsmc: duplicate variable definition bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).