Re: [PATCH] compat: Mark expected switch fall-throughs

2018-10-15 Thread Kees Cook
On Sat, Oct 13, 2018 at 4:50 AM, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva Acked-by: Kees Cook -Kees > --- > include/linux/compat.h | 3 +++ > 1 file

Re: [PATCH] compat: Mark expected switch fall-throughs

2018-10-15 Thread Kees Cook
On Sat, Oct 13, 2018 at 4:50 AM, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva Acked-by: Kees Cook -Kees > --- > include/linux/compat.h | 3 +++ > 1 file

[PATCH] compat: Mark expected switch fall-throughs

2018-10-13 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva --- include/linux/compat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/compat.h b/include/linux/compat.h index

[PATCH] compat: Mark expected switch fall-throughs

2018-10-13 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva --- include/linux/compat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/compat.h b/include/linux/compat.h index