Asmc Macro Assembler Reference
ASMC Warning A6004
procedure argument or local not referenced
You passed a procedure argument or created a variable with the LOCAL directive that was not used in the procedure body.
Unnecessary parameters and locals waste code and stack space. * ML 6.0 compatible level 3 warning (-W3)