Non-Standard Enum Variant
This warning indicates the right-hand side in an enum assignment does not match a defined variant.
For example an enum such as TYPE Color : (red := 0, green := 1, blue := 2); END_TYPE is expected to take values
which (internally) yield a literal integer 0, 1 or 2.