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

2017-07-17 Thread David Miller
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

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

2017-07-15 Thread Jakub Kicinski
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,