Re: [PATCH 052/141] security: keys: Fix fall-through warnings for Clang

2020-11-24 Thread Gustavo A. R. Silva
On Tue, Nov 24, 2020 at 12:54:02AM +0200, Jarkko Sakkinen wrote: > On Fri, Nov 20, 2020 at 12:32:20PM -0600, Gustavo A. R. Silva wrote: > > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning > > by explicitly adding a break statement instead of letting the code fall > > throug

Re: [PATCH 052/141] security: keys: Fix fall-through warnings for Clang

2020-11-23 Thread Jarkko Sakkinen
On Fri, Nov 20, 2020 at 12:32:20PM -0600, Gustavo A. R. Silva wrote: > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning > by explicitly adding a break statement instead of letting the code fall > through to the next case. > > Link: https://github.com/KSPP/linux/issues/115 >