On Wed, Jan 22, 2025 at 07:20:44AM -0800, Andre Muezerie wrote: > This patch avoids warnings like the one below emitted by MSVC: > > ../drivers/common/idpf/idpf_common_rxtx_avx512.c(139): > warning C4098: 'idpf_singleq_rearm': > 'void' function returning a value > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> > --- > drivers/net/i40e/i40e_rxtx_vec_avx2.c | 2 +- > drivers/net/i40e/i40e_rxtx_vec_avx512.c | 2 +- > drivers/net/iavf/iavf_rxtx_vec_avx2.c | 2 +- > drivers/net/ice/ice_rxtx_vec_avx2.c | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH 0/2] fix void function returning a value Andre Muezerie
- [PATCH 1/2] drivers_common: fix void function return... Andre Muezerie
- [PATCH 2/2] drivers_net: fix void function returning... Andre Muezerie
- [PATCH v2 0/2] fix void function returning a val... Andre Muezerie
- [PATCH v2 1/2] drivers/common: fix void func... Andre Muezerie
- Re: [PATCH v2 1/2] drivers/common: fix v... Bruce Richardson
- Re: [PATCH v2 1/2] drivers/common: ... Bruce Richardson
- [PATCH v2 2/2] drivers/net: fix void functio... Andre Muezerie
- Re: [PATCH v2 2/2] drivers/net: fix void... Bruce Richardson
- Re: [PATCH v2 2/2] drivers/net: fix... Bruce Richardson
- Re: [PATCH v2 0/2] fix void function returni... David Marchand
- Re: [PATCH v2 0/2] fix void function ret... Bruce Richardson
- Re: [PATCH v2 0/2] fix void functio... David Marchand
- Re: [PATCH v2 0/2] fix void fun... Bruce Richardson