EQA1542E Source in assignment to an enum is not a member of the enum. Since Warning is on, the operation is not performed.

Explanation

This message applies to C. You attempted to assign a value to enum, but the value is not legitimate for that enum.