C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
D4003
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command-line warning D4003
 
     processor-option conflict
 
     More than one /G<n> option was specified with conflicting values for
     <n>. The compiler used the last one specified on the command line.
 
     For example, the following command line generates this warning:
 
          cl /G2 /G0 program.c
 
     In this example, the compiler assumed /G0.
 
     Check the CL or FL environment variable for option specifications.
                                    -♦-