C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
20-24
Types of Compiler Messages
136
The compiler encountered a redefinition of the specified library routine. This error
usually indicates that one of your functions has a name conflict with a library routine.
137
The specified feature is obsolete in this release of the C compiler.
139
The resultant value of a constant expression exceeded the range of the object to which
it was assigned.
143
The preprocessor encountered a file name longer than 8 characters in an #include
directive and so truncated it to the specified name.
144
The type _cc_status is valid only as the function return-type in an interface
declaration of a TAL procedure.
145
The compiler encountered an invalid use of a pointer to a function.
library function name has been redefined
name is an obsolete feature
arithmetic overflow/underflow detected in constant arithmetic
filename has been truncated to file-name
illegal use of _cc_status, this declaration type is reserved
for TAL procedure return status
illegal function pointer operation