Re: [PATCH RESEND][next] netfilter: Fix fall-through warnings for Clang

From: Pablo Neira Ayuso
Date: Wed Mar 17 2021 - 19:38:07 EST


On Fri, Mar 05, 2021 at 02:42:09AM -0600, Gustavo A. R. Silva wrote:
> In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple
> warnings by explicitly adding multiple break statements instead of just
> letting the code fall through to the next case.

Applied to nf-next, thanks.