/sys$common/syshlp/helplib.hlb CC, Messages, CONSTNOINIT *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Message <Context> the const object "<name>" is uninitialized. Description A defined or tentatively-defined const object has not been initialized. This would not be valid in C++. It is also considered good programming practice to initialize all const objects with their value. User Action Either remove the const type modifier, or supply an initializer for the object.
|