Re: [PATCH 108/141] netfilter: ipt_REJECT: Fix fall-through warnings for Clang

From: Florian Westphal
Date: Fri Nov 20 2020 - 17:49:53 EST


Gustavo A. R. Silva <gustavoars@xxxxxxxxxx> 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.

Acked-by: Florian Westphal <fw@xxxxxxxxx>