A4003: Found XREF, but no XDEF for label <Label>, ignoring XREF

[WARNING]

Description

The local definition of a label <Label> supersedes a global XREF declaration, if no appropriate XDEF directive is given.

Example
          XREF  main

  
  Code:   SECTION

  
  main:   NOP       ; is local, unless XDEF given

  
          NOP

  
Tips

This warning may indicate a forgotten XDEF directive.