Contents | Prev | Next

3.1.2.2.31 -mwN Set maximum warnings

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

Contents | Prev | Next