Messages in this thread |  | | Date | Tue, 24 Nov 2020 08:44:41 -0600 | From | "Gustavo A. R. Silva" <> | Subject | Re: [PATCH 141/141] Input: libps2 - Fix fall-through warnings for Clang |
| |
On Sun, Nov 22, 2020 at 10:16:05PM -0800, Dmitry Torokhov wrote: > On Fri, Nov 20, 2020 at 12:41:12PM -0600, Gustavo A. R. Silva wrote: > > In preparation to enable -Wimplicit-fallthrough for Clang, fix a > > warning by replacing a /* Fall through */ comment with the new > > pseudo-keyword macro fallthrough. > > > > Notice that Clang doesn't recognize /* Fall through */ comments as > > implicit fall-through markings. > > > > Link: https://github.com/KSPP/linux/issues/115 > > Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> > > Applied, thank you.
Thank you, Dmitry. -- Gustavo
|  |