Bruno Haible wrote:
> 
> The list of warnings that I would disable unconditionally would be:
> 
> warnings="$warnings -Wno-sign-compare"     # These warnings usually don't 
> point to mistakes.

Usually -Wsign-compare warnings don't point to mistakes,
but they can point to non obvious mistakes
(which may only occur on certain platforms with particular int sizes).
This warning has helped me many times.
I've a small patch to coreutils to make it -Wsign-compare clean.

cheers,
Pádraig.


Reply via email to