Function Description - Panasonic PanaXSeries MN1030 Series User Manual

Panasonic microcomputer user's manual
Table of Contents

Advertisement

Chapter 6 Using Linker
W 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

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
Do not output warning messages of the specified number
Do not output any warning messages

Advertisement

Table of Contents
loading

Table of Contents