Copyright Digital Equipment Corp. All rights reserved.

DUPSTATIC

Message        There is a redundant use of the keyword "static" in
               this array declaration.

Description    In C99 the keyword "static" may appear at most once
               in the outermost array-bounds specifier of a function
               parameter in a function prototype.

User Action    Remove redundant occurrences(s) of "static" from the
               array declaration