[cfe-commits] [PATCH] Don't warn when the conditional operator is used for control flow.
Justin Bogner
mail at justinbogner.com
Tue Mar 1 01:31:56 PST 2011
Justin Bogner <mail at justinbogner.com> writes:
> The attached patch fixes [bug 8282]. Can it be applied for 2.9? To use
> CPU_SET without it, you have to do something silly like this:
>
> (void)(CPU_SET(cpu, &cpuMask));
>
> [bug 8282]: http://llvm.org/bugs/show_bug.cgi?id=8282
Ping... Anyone have opinions on this?
More information about the cfe-commits
mailing list