Intel® C++ Compiler XE 13.1 User and Reference Guides
Controls the number of errors displayed before compilation stops. This is a deprecated option.
Windows: Diagnostics > Error Limit
Linux: Compilation Diagnostics > Set Error Limit
OS X: Diagnostics > Error Limit
All
Linux and OS X: | -wnn |
Windows: | /Qwnn |
n |
Is the number of errors to display. |
100 |
The compiler displays a maximum of 100 errors before aborting compilation. |
This option controls the number of errors displayed before compilation stops.
None