|
@@ -2125,7 +2125,7 @@ sym_h_uninitialized_variable=05058_H_Variable "$1" does not seem to be initializ
|
|
|
% be used (i.e. it appears in the right-hand side of an expression) when it
|
|
|
% was not initialized first (i.e. t did not appear in the left-hand side of an
|
|
|
% assignment).
|
|
|
-sym_w_function_result_uninitialized=05059_W_Function result variable does not seem to initialized
|
|
|
+sym_w_function_result_uninitialized=05059_W_Function result variable does not seem to be initialized
|
|
|
% This message is displayed if the compiler thinks that the function result
|
|
|
% variable will be used (i.e. it appears in the right-hand side of an expression)
|
|
|
% before it is initialized (i.e. before it appeared in the left-hand side of an
|
|
@@ -2270,7 +2270,7 @@ sym_h_uninitialized_managed_variable=05092_H_Variable "$1" of a managed type doe
|
|
|
% was not initialized first (i.e. t did not appear in the left-hand side of an
|
|
|
% assignment). Since the variable is managed, i. e. implicitly initialized by the compiler, this might be intended behaviour and
|
|
|
% does not necessarily mean that the code is wrong.
|
|
|
-sym_w_managed_function_result_uninitialized=05093_W_function result variable of a managed type does not seem to initialized
|
|
|
+sym_w_managed_function_result_uninitialized=05093_W_function result variable of a managed type does not seem to be initialized
|
|
|
% This message is displayed if the compiler thinks that the function result
|
|
|
% variable will be used (i.e. it appears in the right-hand side of an expression)
|
|
|
% before it is initialized (i.e. before it appeared in the left-hand side of an
|