another good reason for enabling very verbose warnings and checking the messages is that those places are the places where one is most likely to run into portability problems. coding for minimal messages from the start means less problems later when porting.
Herb... Compiler warnings exist for a reason. I frequently enable all warnings in applications and drivers that I work on to catch things that are caused by poor coding practices. It makes me examine my code much closer. It's a good habit to get into. Don --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]