From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK/other Bug 1744] bus/flsmc: duplicate variable definition
Date: Thu, 03 Jul 2025 17:08:00 +0000 [thread overview]
Message-ID: <bug-1744-3@https.bugs.dpdk.org/> (raw)
[-- 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 --]
reply other threads:[~2025-07-03 17:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-1744-3@https.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).