From: Jakub Kicinski
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
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
---
If it looks good, would it be OK to take it via the