A4002: Variable access size differs from previous declaration

[WARNING]

Description

An implicit or explicit declaration of a label indicates an access size which differs from a former declaration.

Tips

Indicating the access size of variables is particularly helpful in "header" files which contain XREF directives, to be included by other files accessing these variables. If an assembly file contains a

  XREF.B obj

  

this warning message indicates potential problems.