ec87d3b2c2
gcc 10.0.1 reports:
../drivers/net/avp/avp_ethdev.c: In function ‘avp_xmit_scattered_pkts’:
../drivers/net/avp/avp_ethdev.c:1791:24:
warning: ‘avp_bufs[count]’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
1791 | tx_bufs[i] = avp_bufs[count];
| ~~~~~~~~^~~~~~~
../drivers/net/avp/avp_ethdev.c:1791:24:
warning: ‘avp_bufs[count]’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
Fix by initializing the array.
Fixes:
|
||
---|---|---|
.. | ||
avp_ethdev.c | ||
avp_logs.h | ||
Makefile | ||
meson.build | ||
rte_avp_common.h | ||
rte_avp_fifo.h | ||
rte_pmd_avp_version.map |