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.