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-16
Types of Compiler Messages
86
The type of the specified argument conflicts with the defined type of its associated
parameter.
87
The number of arguments in the function call disagrees with the number of arguments
in the function prototype.
88
The type of an argument in the function call disagrees with the type specified in the
function prototype.
89
A constant in the function call did not have the type specified in the function prototype.
The constant has been converted to the appropriate type.
90
The parameter type specifier within the function prototype is an invalid type specifier.
91
You specified a void operand where it was invalid.
argument name conflicts with formal definition
argument count incorrect
argument type incorrect
constant converted to required type
invalid argument type specifier
illegal void operand