This option notifies the user of the external defined symbol that is not referenced.
[Specification format]
- | Interpretation when omitted |
None
[Detailed description]
- | This option notifies the user of the external defined symbol that is not referenced during link processing through an output message. |
[Example of use]
- | To notify the user of the external defined symbol that is not referenced, describe as: |
>rlink a.obj b.obj -message -msg_unused
|
[Remark]
- | If a load module file is input, this option will be invalid. |
- | This option must be specified together with the -message option. |
- | The a message may be output for the function that inline expansion was performed during compilation.
In this case, add a static declaration for the function definition to suppress the output of the message. |
- | If there are references to constant symbols within the same file, references are not correctly analyzed so that information notified by the output messages will be incorrect. |