On Fri, Apr 25, 2014 at 06:21:10PM +0200, Roberto E. Vargas Caballero wrote: > It is true that it is ugly to have different styles in fall through, > but it is also true that we have a lot of fall through where we don't > put any comment. Put a comment in all these places is a very bad idea, > but I think maybe there are more places where we should put a comment. > I agree with you that the best comment is FALLTHROUGH (I used FALLTHRU > in the past because it was used in a project where I worked), that is > the comment that lint understand.
I don't see any non-empty cases where we don't have FALLTHROUGH comment. And if the case is empty, it is obvious without any comment.