* Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: > Checkpatch still does complain about > if (0) { T__ tmp__; tmp__ = (val) > I'm not sure if we need this line at all.
that's a type-checking trick. It does not result in any generated code but gcc flags it with a build time warning if there's a type mismatch. So it's a checkpatch.pl false positive. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/