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 385. Example of the error:
PROGRAM PLC_PRG VAR END_VAR LABEL:
Message:
C0118: The label 'LABEL' has not been referenced