C/C++ Programmer's Guide (G06.25+)
TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems—429301-008
20-10
Types of Compiler Messages
50
The compiler did not find a statement label following the goto keyword.
51
The indicated identifier, which appeared in a goto statement as a statement label, was
already defined as an object within the scope of the current function.
52
The expression following the if keyword was null (not present).
53
The compiler could not convert the expression following the return keyword to the
type of the value returned by the function. This error can occur if the expression
specified a structure, union, or function.
54
The expression defining the value for a switch statement did not define an int value
or a value that could be legally converted to int.
55
The statement defining the body of a switch statement did not contain at least one
case statement.
label missing from goto
label name conflict identifier
invalid if expression
invalid return expression
invalid switch expression
no case values for switch statement