John Love-Jensen writes: > The best way to suppress those kinds of warnings is to fix the code so as > not to use cast expressions as lvalues. Definitely. Lvalue casts are are totally broken, and they're usually quite easy to fix. Andrew.
John Love-Jensen writes: > The best way to suppress those kinds of warnings is to fix the code so as > not to use cast expressions as lvalues. Definitely. Lvalue casts are are totally broken, and they're usually quite easy to fix. Andrew.