[dpdk-dev] [Bug 858] gcc12 build error, net/failsafe
bugzilla at dpdk.org
bugzilla at dpdk.org
Thu Oct 28 14:44:24 CEST 2021
https://bugs.dpdk.org/show_bug.cgi?id=858
Bug ID: 858
Summary: gcc12 build error, net/failsafe
Product: DPDK
Version: 20.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev at dpdk.org
Reporter: ferruh.yigit at intel.com
Target Milestone: ---
With gcc 12.0.0 "gcc (GCC) 12.0.0 20211024 (experimental)"
In file included from ../drivers/net/failsafe/failsafe_ops.c:19:
../drivers/net/failsafe/failsafe_ops.c: In function ‘fs_link_update’:
../drivers/net/failsafe/failsafe_private.h:307:9: warning: the comparison will
always evaluate as ‘true’ for the pointer operand in ‘((struct fs_priv
*)dev->data->dev_private)->subs + (sizetype)((long unsigned int)((struct
fs_priv *)dev->data->dev_private)->subs_tx * 904)’ must not be NULL [-Waddress]
307 | (PRIV(dev)->subs_tx >= PRIV(dev)->subs_tail ?
NULL \
| ^
../drivers/net/failsafe/failsafe_ops.c:847:13: note: in expansion of macro
‘TX_SUBDEV’
847 | if (TX_SUBDEV(dev)) {
| ^~~~~~~~~
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list