<* NOWARN *>
The pragma <*NOWARN*> may appear anywhere in your program; it prevents warning messages from being issued for the line containing the pragma. It is probably better to use this pragma in a few places and enable all warnings with the -w1 switch than to ignore all warnings, however, you should be able to get around most warnings with proper programming techniques.