C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C4045
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4045
 
     'identifier' : array bounds overflow
 
     Too many initializers were present for the given array. The excess
     initializers were ignored.
 
     Make sure that the array elements and initializers match in size
     and quantity.
                                    -♦-