Re: [PATCH net] jhash: fix -Wimplicit-fallthrough warnings

From: David Miller
Date: Mon Jul 17 2017 - 12:23:35 EST


From: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx>
Date: Fri, 14 Jul 2017 23:03:49 -0700

> GCC 7 added a new -Wimplicit-fallthrough warning. It's only enabled
> with W=1, but since linux/jhash.h is included in over hundred places
> (including other global headers) it seems worthwhile fixing this
> warning.
>
> Signed-off-by: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx>
> ---
> If it looks good, would it be OK to take it via the net tree?

Applied, thanks Jakub.