C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C4002
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4002
 
     too many actual parameters for macro 'identifier'
 
     The number of actual parameters 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 were collected but ignored during
     expansion of the macro.
                                    -♦-