Re: Austin English : shell32/tests: Don't check return values inside of if(0) ( LLVM/Clang).
Charles Davis
14 Feb
2011
14 Feb
'11
5:26 p.m.
Austin,
Static analyzer checks for unreachable assignments (like the ones that
were removed in this patch) were turned off in Clang trunk recently (as
of r125415). Looks like Clang was wrong ;).