Copyright Digital Equipment Corp. All rights reserved.

STATICIFLOAT

Message        <Context> conversion of a link-time address constant
               to a floating type is required.  This is not allowed.

Description    The initialization of an object with static extent
               requires a value that is a link-time constant
               expresion.  Link-time constant expressions cannot
               involve values of floating types (other than floating
               constants that are the immediate operands of casts).

User Action    Remove the floating point types from the
               initialization.