Unreachable actions.

#2528   Compile-time warning

Unreachable actions.

Additional Information

Actions following a RETURN action are not reachable.

Recovery

Compilation continues normally.

Explanation

A function contains actions that cannot be reached because they are preceded by return. Consider removing the unreachable actions.