Intel® C++ Compiler 16.0 User and Reference Guide
Controls the number of errors displayed before compilation stops. This is a deprecated option. The replacement option is [Q]diag-error-limit.
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.
Visual Studio: Diagnostics > Error Limit
Eclipse: Compilation Diagnostics > Set Error Limit
Xcode: Diagnostics > Error Limit
Linux and OS X: -diag-error-limit
Windows: /Qdiag-error-limit