| |||||
Technical Support Support Resources
Product Information | C166: ERROR C11 (INTERNAL ERROR)Information in this article applies to:
QUESTIONWhen C166.exe V4.20c compiles MainConsole.c it generates a C11 error. What do I do? ANSWERThis problem will be corrected in an upcoming version. For now, reduce optimization for the function generating the error as follows:
#pragma OT(6)
void T_MainConsoleOutput(void) {
.
.
.
}
#pragma OT(7)
SEE ALSOLast Reviewed: Tuesday, April 02, 2002 | ||||
| |||||