Copyright Digital Equipment Corp. All rights reserved.

CONSTFUNC

Message        Ignoring const type qualifier in declaration of
               <name>.

Description    The const type qualifier cannot be used with a
               function type.  The compiler will ignore the type
               qualifier.

User Action    Remove the type qualifier.