On Wed, May 1, 2019 at 9:50 PM Bruce Richardson
wrote:
> Compiling on Fedora 30, we get the following warning, causing build failure
> when Werror flag is set:
>
> ../drivers/net/ixgbe/ixgbe_rxtx.c:2141:14: warning: ‘nmb’ may be used
> uninitialized in this function [-Wmaybe-uninitialized]
> 214
Compiling on Fedora 30, we get the following warning, causing build failure
when Werror flag is set:
../drivers/net/ixgbe/ixgbe_rxtx.c:2141:14: warning: ‘nmb’ may be used
uninitialized in this function [-Wmaybe-uninitialized]
2141 |rxe->mbuf = nmb;
|~~^
Initializing th
2 matches
Mail list logo