C/C++ Programmer's Guide (G06.25+)
TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems—429301-008
20-19
Types of Compiler Messages
103
A function definition declared more than 32 KB of automatic data.
104
A constant was converted to a type that could not represent the value of the constant.
105
The compiler encountered a reference to a function that does not have a function
declaration in scope.
This warning occurs only when you have specified the STRICT pragma.
106
An object declaration specified that the size of an object in low memory was larger than
32 KB. An object resides in low memory when you compile for the small-memory
model or when you compile for the large-memory model and specify the storage class
_lowmem.
107
You used a constant as the controlling condition of an if, while, or do statement.
This warning occurs only when you have specified the STRICT pragma.
108
You used a constant as the selector expression in a switch statement.
This warning occurs only when you have specified the STRICT pragma.
no room for automatic data: object-name
constant converted to smaller type and significance lost
function declaration not in scope: func-name
variables in 16-bit addressable memory can be no more than
32,767 bytes long: object-name
constant used as logical expression
constant used as switch expression