Hello,

When writing C/C++ for multi-platform student assignments using gcc,
we always used the args:

-ansi -Wall -pedantic


Maybe it depends on the gcc versions, but I always use "-Wall -W" rather
than only "-Wall". "-W" turns on (important) warnings which are not turned
on with only "-Wall", and as usual warnings are much more important than
errors :-).
I agree that it is not related to what is reported here, sorry :).
Cheers,
Sylvain
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to