Ok. I don 't have a MSVC setup handy. Can you please test if replacing that
line with 'idx = 0 - idx;' fixes the warnings for you?

Seems to do the trick. Is 0- same as - for unsigned on all compilers (I
know common sense says it should be but when compilers are concerned
it's better to be sure :)

Yes, it's equivalent. For subtle reasons which I'll save you from, but it is :)
I've committed the fix. Thanks for your help!

Nuno

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to