◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Command-line warning D4003 processor-option conflict More than one /Gn option was specified with conflicting values for <n>. The compiler used the last one specified on the command line. Check the CL or FL environment variable for option specifications. The following example command line causes this warning: cl /G2 /G0 program.c In this example, the compiler assumed /G0. -♦-