/[no]error_limit

Syntax:

/error_limit[:count] or /noerror_limit

The /error_limit option specifies the maximum number of error-level or fatal-level compiler errors allowed for a given file before compilation aborts. If you specify /noerror_limit (command line), there is no limit on the number of errors that are allowed.

In the visual development environment, specify the Compilation Error Limit in the Compilation Diagnostics Compiler Option Category.

The default is /error_limit:30 or a maximum of 30 error-level and fatal-level messages. If the maximum number of errors is reached, a warning message is issued and the next file (if any) on the command line is compiled.