Comment 10 for bug 1033615

Revision history for this message
Hans Joachim Desserud (hjd) wrote :

We've now added a lot of additional warnings which should allow us to notice and fix issues sooner when they are introduced.

Some options, like -Wconversion has not been added, but from my testing I remember some options would add an additional 100 000 lines! I don't expect anyone would sit down and go through that, so I've left it out for now.

Also, I've noticed that the -Wno-attributes which I originally removed silenced a lot of noise in older versions of Clang. I see no trace of it in 3.2, but it adds a lot more in 3.0. Should I perhaps reintroduce this and leave it in for another year or so, allowing everyone to upgrade. Considering nothing is printed in 3.2 I would assume these are simply false positives.