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-20
Types of Compiler Messages
110
You specified an invalid warning number in the WARN pragma.
111
You used one of the pragmas that must occur at the start of the translation unit
somewhere later in the translation unit.
112
In a mixed-language program, the COBOL, FORTRAN, Pascal, or TAL procedure
name is either illegal as a C identifier or conflicts with a predefined name in C. You
must define an alternative procedure name using an external name. This error can also
occur if the character string that defines the external procedure name is missing.
113
You attempted to pass the address of an object in extended memory. When using the
large-memory model, you must allocate user data space for arrays and structures that
are arguments to a non-C procedure using the _lowmem storage class specifier.
114
You attempted to assign or pass as an argument a structure larger than 64 KB. The C
compiler does not support copying of structures of this size.
115
There is a mismatch between the file name and section you specified in the #include
directive and the names in the SECTION pragmas of the file.
number is not a legal warning number
pragma directive has appeared too late in the compilation
alias name for external C routine expected
argument arg to non-C routine is not declared lowmem
copy of structure greater than 65,535 bytes not supported
section name was not found in the include file: name