errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command-line warning D4003
 
     different processors selected for code generation
 
     More than one /Gn option was specified with conflicting
     specifications for <n>. The last processor selector on the command
     line is used.
 
     The following is an example of a command line that can cause this
     error:
 
          qcl /G2 /G0 program.c
 
     In this example, the /G0 processor selector is used.
                                    -♦-