On Wed, Nov 07, 2007 at 12:41:29PM +0000, Maciej W. Rozycki wrote: > > And to ensure it will stay that way I'll keep -Werror. It seems only > > little PITAs like this keep everybody on their toes :-) > > Yeah... If only GCC had no bugs and always had a clue of what to warn > about... The least of all problems. As of 2.6.20-rc2-git2 we had 137 warnings in MIPS specific code of a total of 218 for the kernel and 44 for modules - that's a insane 52%. And people happily added more crappy code because they didn't not even _notice_ the warnings some of which indeed were bugs. Compare to 2.6.23 - 13 warnings for MIPS specific code of a total of 48 warnings and another 23 warnings for all the modules. For a codebase which overall had grown by half a million lines between those releases. Ralf