646c16a26e
There's build error with clang 3.4.2 in CentOS 7:
drivers/net/idpf/idpf_vchnl.c:141:13: error: comparison of constant
522 with expression of type 'enum virtchnl_ops' is always false
[-Werror,-Wtautological-constant-out-of-range-compare]
Fixes:
|
||
---|---|---|
.. | ||
idpf_ethdev.c | ||
idpf_ethdev.h | ||
idpf_logs.h | ||
idpf_rxtx_vec_avx512.c | ||
idpf_rxtx_vec_common.h | ||
idpf_rxtx.c | ||
idpf_rxtx.h | ||
idpf_vchnl.c | ||
meson.build |