C/C++ Compiler (cl.hlp) (Table of Contents; 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.
C4044
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler warning (level 1) C4044
 
     specifier __huge on 'identifier' ignored; can only be applied to
     array
 
     The compiler ignored the __huge memory attribute for the given
     identifier. Only arrays can be declared with the __huge memory
     attribute. For pointers, __huge must be used as a modifier, not as
     a memory attribute.
                                    -♦-