iflib: Cast the result of iflib_netmap_txq_init() to void.
This fixes a warning from GCC for kernels without netmap since the
return value is never used.
Reviewed by: vmaffione, erj
Differential Revision: https://reviews.freebsd.org/D28598
iflib: Cast the result of iflib_netmap_txq_init() to void. Tags None Referenced Files None Subscribers None
Description
Details
|