Contents | Prev | Next
5.1.2.2.46 -W Control warning messages
This command-line compiler option enables/disables warning messages.
Syntax: -W[nn][+|-]
Default: All warning messages enabled.
- Use -W or -W+ to enable all warning messages.
- Use -W- to disable all warning messages.
- Use -Wnn or -Wnn+ to enable warning message number
nn.
- Use -Wnn- to disable warning message number nn.
Contents | Prev | Next