Microsoft Utilities Errors Help (utilerr.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
D4003
                                             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.
                                    -♦-