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@dpdk.org Reporter: alia...@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.