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-18
Types of Compiler Messages
This warning occurs only when you have specified the STRICT pragma.
98
The compiler encountered an object declaration that did not specify the object’s type.
Consequently, the object defaults to type int.
This warning occurs only when you have specified the STRICT pragma.
99
The compiler encountered a conversion from a “higher” type to a “lower” type that did
not explicitly specify the conversion using the cast operator.
This warning occurs only when you have specified the STRICT pragma.
100
An #include directive specifies a file that is currently being included in the
compilation. For example, if SOURCE1 includes SOURCE2, an attempt by SOURCE2
to include SOURCE1 would generate this message.
101
The declaration of an object specified void as the object’s type. This usually occurs
when you forget to precede the object name with an asterisk (*) to specify the type
pointer to void.
102
A program being compiled using the small-memory model attempted to declare more
than 32 KB of static data.
no type was specified for object-name
no cast for conversion that may cause loss of significance
include file loop: file-name
illegal object with void type: object-name
no room for static data: object-name