Go to the first, previous, next, last section, table of contents.

NOWARN Pragma

<*NOWARN*>
The pragma <*NOWARN*> may appear anywhere. 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.


Go to the first, previous, next, last section, table of contents.