Compiler Error C0118
Message: The label '<jump label>' has not been referenced.
Possible error cause: A jump label is defined that is not referenced.
Error correction: Remove the unused jump labels.
Example of the error:
PROGRAM MAIN
VAR
END_VAR
LABEL:Message:
C0118: The label 'LABEL' has not been referenced