Re: [PATCH] rds: send: mark expected switch fall-through in rds_rm_size

From: Gustavo A. R. Silva
Date: Tue Feb 20 2018 - 13:09:52 EST




On 02/20/2018 12:01 PM, David Miller wrote:
From: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx>
Date: Tue, 20 Feb 2018 09:54:09 -0800

So coverity greps for commet as "fall through" for
-Wimplicit-fallthrough build ?

From what I understand, 'gcc' does in the latest versions. Coverity
might as well, I don't know.


Yeah, the one that reports those warnings is GCC.

Coverity only knows about missing break, return and continue.

--
Gustavo