[GIT PULL] fallthrough fixes for Clang for 5.10-rc2
From: Gustavo A. R. Silva
Date: Thu Oct 29 2020 - 15:47:47 EST
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/fallthrough-fixes-clang-5.10-rc2
for you to fetch changes up to 4169e889e5889405d54cec27d6e9f7f0ce3c7096:
include: jhash/signal: Fix fall-through warnings for Clang (2020-10-29 13:17:58 -0500)
----------------------------------------------------------------
fallthrough fixes for Clang for 5.10-rc2
Hi Linus,
Please, pull the following patch that fixes almost 40,000 fall-through
warnings when building Linux 5.10-rc1 with Clang 12.0.0 and this[1]
change reverted. Notice that in order to enable -Wimplicit-fallthrough
for Clang, such change[1] is meant to be reverted at some point. So,
this patch helps to move in that direction.
- include: jhash/signal: Fix fall-through warnings for Clang
[1] commit e2079e93f562c ("kbuild: Do not enable -Wimplicit-fallthrough for clang for now")
----------------------------------------------------------------
Gustavo A. R. Silva (1):
include: jhash/signal: Fix fall-through warnings for Clang
include/linux/jhash.h | 2 ++
include/linux/signal.h | 2 ++
2 files changed, 4 insertions(+)