On Fri, Aug 13, 2004 at 03:14:21PM +0200, Hans Leidekker wrote:
This time I have tried to be more careful, by not watching a football match at the same time for example ;) And with this patch all tests still succeed, although they would not detect every signedness change of course.
Any gadge on if/when will be able to turn this warning on by default? How many warnings are currently left?
Dimitrie O. Paun wrote:
Any gadge on if/when will be able to turn this warning on by default? How many warnings are currently left?
I'm compiling with this warning on at the moment and there's still loads of warnings.
It may be hard to clean up every warning without making the code messy (ie. using casts or intermediate variables). Secondly, if we turn on the warning people may start "fixing" it the wrong way and hiding bugs.
So I think case it may be reasonable to just have a janitorial task to check and fix sign compare warnings warnings, but not turn on the warning in the CVS.
Mike