VMS Help CC, Messages, FUNCSTORMOD *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Message <Context> a function cannot have this storage class modifier. Modifier ignored. Description A function cannot be declared with this storage class modifier. The only valid storage class modifier for a function declaration is __inline. The modifier is ignored by the compiler. User Action Remove the storage class modifier from the function declaration.
|