Copyright Digital Equipment Corp. All rights reserved.

USELESSTYPEQUAL

Message        <Context> this type qualifier will have no effect.

Description    A type qualifier is applied only to the declarators
               in a declaration.  Declarations that lack declarators
               are permitted if they declare a tag or an enumeration
               constant, but in such cases type qualifiers are not
               useful.

User Action    Remove the type qualifier, or change this to a
               typedef declaration that declares a name for the type
               and use that typedef name to refer to the qualified
               type.