[Bug 903] [19.11.11-rc1] net/ixgbe build failure with make and clang 13
bugzilla at dpdk.org
bugzilla at dpdk.org
Sun Dec 12 16:00:22 CET 2021
https://bugs.dpdk.org/show_bug.cgi?id=903
Bug ID: 903
Summary: [19.11.11-rc1] net/ixgbe build failure with make and
clang 13
Product: DPDK
Version: 19.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: alialnu at nvidia.com
Target Milestone: ---
"""
$ make config MAKE_PAUSE=n O=/tmp/build-x86_64-native-linuxapp-clang
T=x86_64-native-linuxapp-clang
$ make -j64 MAKE_PAUSE=n O=/tmp/build-x86_64-native-linuxapp-clang
[..]
drivers/net/ixgbe/base/ixgbe_82598.c:53:6: error: variable 'pcie_devctl2' set
but not used [-Werror,-Wunused-but-set-variable]
u16 pcie_devctl2;
drivers/net/ixgbe/base/ixgbe_common.c:3645:6: error: variable 'pcie_offset' set
but not used [-Werror,-Wunused-but-set-variable]
u16 pcie_offset;
[..]
"""
clang: 13.0.0 (Fedora 13.0.0-3.fc35)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list