Copyright Digital Equipment Corp. All rights reserved.

TYPQUALNOT2

Message        Use of the keyword "static" or a type qualifier
               within the outermost array-bounds specifier of a
               formal parameter declaration is a new feature in the
               C99 standard.

Description    The C99 construct may not be available in other
               compilers you use to build your application, in which
               case they will likely report it as a syntax error.

User Action    You may want to conditionalize your code with the
               preprocessor so that you can take advantage of the
               feature on platforms that support it, without getting
               syntax errors from older compilers or language modes
               that do not support it.