Re: [PATCH] net: wireless: mark expected switch fall-throughs
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2017-10-23 06:48:24
Also in:
lkml, netdev
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2017-10-23 06:48:24
Also in:
lkml, netdev
On Fri, 2017-10-20 at 12:21 -0500, 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 <redacted> --- This code was tested by compilation only (GCC 7.2.0 was used). Please, verify if the actual intention of the code is to fall through.
Please, if you're proposing patches, do that yourself. johannes