Peter Kümmel <[EMAIL PROTECTED]> writes:

>> 4294967295 == 2^32 - 1
>
> a signed/unsigned mismatch problem: int i = unsigned int(-1)?

I have seen a lot of sign/unsigned mismatch warnings fixed through
cast in the last weeks (months). We may be bitten by one of those.

JMarc

Reply via email to