Chapter 6 Using Linker

W number

Do not output warning messages of the specified number

Functional description

This option suppresses output of specified warnings detected during linking. Unlike errors, warnings are not fatal, so the W option is used when you understand their meanings sufficiently and need to suppress their output. Specifying Wall will suppress output of all warnings. Refer to chapter 13, "Error Messages", for warning numbers and their corresponding messages.

Rules of use

This option is specified with the hyphen (-) option specification character, followed by the upper-case letter 'W', and followed by the warning number specification.

ld103 -W3001 progr1.rf prog2.rf

Default specification

Warning messages are output.

Wall

Do not output any warning messages

Function description

This option suppresses output of all warnings detected during linking.

Rules of use

This option is specified with the slash (/) or hyphen (-) option specification character, followed by the letters 'Wall'.

ld103 -Wall main.rf sub.rf

Default specification

Warning messages are output.

96 Command Options

Page 108
Image 108
Panasonic MN1030 user manual Function description, Ld103 -W3001 progr1.rf prog2.rf, Ld103 -Wall main.rf sub.rf