errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4002
 
     too many actual parameters for macro 'identifier'
 
     The number of actual arguments specified with the given identifier
     was greater than the number of formal parameters given in the
     macro definition of the identifier.
 
     The additional actual parameters are collected but ignored during
     expansion of the macro.
                                    -♦-