On Sun 2008-11-23 14:57:38 UTC-0000, John Matthews ([EMAIL PROTECTED]) wrote:

> > BTW, you should have your compiler warnings turned up so that you get a 
> > warning for assigning a signed value to an unsigned variable.
> 
> Thomas- is this easy in Microsoft world? And anyone know the gcc
> equivalent?

I'm not Thomas, but I think it's:

cl -W4

> Gcc's -Wall 'all warnings' option doesn't include it.

Maybe try:

gcc -W -Wall

Reply via email to