|
@@ -1873,10 +1873,10 @@ type_e_constant_expr_expected=04052_E_Constant Expression expected
|
|
|
type_e_operator_not_supported_for_types=04053_E_Operation "$1" not supported for types "$2" and "$3"
|
|
|
% The operation is not allowed for the supplied types.
|
|
|
type_e_illegal_type_conversion=04054_E_Illegal type conversion: "$1" to "$2"
|
|
|
-% The operation is allowed for compatibility but types are not .
|
|
|
-type_w_dangerous_type_conversion=04132_W_Dangerous type conversion: "$1" to "$2"
|
|
|
% When doing a type-cast, you must take care that the sizes of the variable and
|
|
|
% the destination type are the same.
|
|
|
+type_w_dangerous_type_conversion=04132_W_Type conversion between unrelated/incompatible types: "$1" to "$2"
|
|
|
+% The typecast is allowed for compatibility but types are unrelated or not compatible
|
|
|
type_h_pointer_to_longint_conv_not_portable=04055_H_Conversion between ordinals and pointers is not portable
|
|
|
% If you typecast a pointer to a longint (or vice-versa), this code will not compile
|
|
|
% on a machine using 64 bits addressing.
|