Contents | Prev | Next
This command-line compiler option specifies the maximum number of warning messages that the compiler should allow.
Syntax: -mwN
Default: N = 100
Notes: Suppose you want the compiler to stop after 5 warning messages then use
-mw5