Software Archive
Read-only legacy content
17060 Discussions

Displayed error limit

Intel_C_Intel
Employee
318 Views
Does anyone know how to force the compiler to continue after it has reached the limit of 30 errors.

Thank you

Mark
0 Kudos
1 Reply
Steven_L_Intel1
Employee
318 Views
/noerror_limit on the command line. In Developer Studio, it looks as if you have to type in /noerror_limit in Project Options, or under Compilation Diagnostics, fill in a very large value for Error Limit.

Steve
0 Kudos
Reply