VMS Help CC, Messages, NOTYPES *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Message Declaration has no type or storage class. Description A file-scope declaration contains no type and no storage-class specifier. In some modes, the Compaq C compiler will treat this as a tentative definition of an int variable. Accepting this declaration is an extension to standard C provided for compatibility with other compilers. User Action Rewrite the declaration to contain a data type and/or storage class.
|