VMS Help CC, Messages, INCOMPARRY *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Message <Context> the member <name> has incomplete array type. This is not strictly conformant with the C standard and might not be portable. Description The compiler has detected an array without a bounds specifier to be part of a struct or union type, and not the final member of that type. Other C compilers might not successfully compile a program that uses this extension. User Action Specify the bounds if possible.
|