[dpdk-dev] [PATCH] hash: fix __rte_hash_lookup_bulk return value

Thomas Monjalon thomas at monjalon.net
Fri Dec 21 01:43:10 CET 2018


10/12/2018 11:29, Bruce Richardson:
> On Fri, Dec 07, 2018 at 04:01:26PM -0800, Jeff Shaw wrote:
> > The __rte_hash_lookup_bulk() function returns void, and therefore
> > should not return with an expression. This commit fixes the following
> > compiler warning when attempting to compile with "-pedantic -std=c11".
> > 
> >   warning: ISO C forbids ‘return’ with expression, in function
> >            returning void [-Wpedantic]
> > 
> > Fixes: 9eca8bd7a61c ("hash: separate lock-free and r/w lock lookup")
> > 
> > Signed-off-by: Jeff Shaw <jeffrey.b.shaw at intel.com>
> > ---
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>

Applied, thanks





More information about the dev mailing list