18/04/2021 19:21, Tal Shnaiderman: > Building testpmd results in 2 warnings in clang: > > ../app/test-pmd/config.c:4254:1: warning: unused function 'print_fdir_mask' > [-Wunused-function] > print_fdir_mask(struct rte_eth_fdir_masks *mask) > ^ > ../app/test-pmd/config.c:4289:1: warning: unused function > 'print_fdir_flex_payload' [-Wunused-function] > print_fdir_flex_payload(struct rte_eth_fdir_flex_conf *flex_conf, uint32_t > num) > ^ > 2 warnings generated.
Why all tests are passing in the CI? I feel there is something wrong. We must test with -werror.