* Bruce Korb via Gcc: > I don't write a lot of code anymore, but this sure seems like a > gratuitous irritation to me. I've been using > > // FALLTHRU and > // FALLTHROUGH > > for *DECADES*, so it's pretty incomprehensible why the compiler should > have to invalidate my code because it thinks a different coding > comment is better.
It's not clear what you are talking about. Presumably you placed the comment before a closing brace, and not immediately before the subsequent case label?