LX51 User's Guide

WARNINGLEVEL Linker Directive

Abbreviation

WL

Arguments

WARNINGLEVEL (level)

Default

WARNINGLEVEL (2)

µVision

Options — LX51 Misc — Warnings.

Description

The WARNINGLEVEL directive controls which linker warnings are included in the output based on the specified level:

LevelDescription
0Includes very few linker warnings.
1Includes warnings that result from potentially incorrect code or data-type mismatches.
2Includes all warnings. This is the default WARNINGLEVEL.

Refer to Error Messages for a complete list of linker errors and warnings.

See Also

DISABLEWARNING

Example
LX51 MYFILE.OBJ WL (1)