Message The keyword "static" may not appear in an array-bound specifier for a declaration of an array of unknown size. Keyword ignored. Description The keyword "static" appeared in the declaration of an array whose size was not known, either because array has in incomplete type or because the array has a star bounds specifier. User Action Remove the keyword.