Semantic Warning (SEM2014): Not all array elements are initialized.
In a data types worksheet, a user-defined ARRAY is defined and a value initialization is made. However, the array contains more elements than initial values are specified. Possibly, the array has been extended afterwards but the initialization has not been adapted accordingly.
Array elements for which no init value is specified are automatically initialized with the default value relating to that data type. Either adapt the array initialization or make sure that the default values do not result in any undesired controller behavior.
Further Info
Please refer to the section "Initializing arrays" in the "Arrays" chapter. |
This is a warning message to inform you about that important issue. Check the reason for this warning. If it is intended, no corrections are required as reaction to this message.