https://bugs.dpdk.org/show_bug.cgi?id=901
Bug ID: 901 Summary: [19.11.11-rc1] net/i40e 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/i40e/base/i40e_common.c:5558:6: error: variable 'pe_cntx_size' set but not used [-Werror,-Wunused-but-set-variable] u32 pe_cntx_size, pe_filt_size; ^ drivers/net/i40e/base/i40e_common.c:5558:20: error: variable 'pe_filt_size' set but not used [-Werror,-Wunused-but-set-variable] u32 pe_cntx_size, pe_filt_size; """ clang: 13.0.0 (Fedora 13.0.0-3.fc35) -- You are receiving this mail because: You are the assignee for the bug.