LARM User's Guide

Discontinued

WARNINGLEVEL Linker Directive

Abbreviation

WL

Arguments

WARNINGLEVEL (level)

Default

WARNINGLEVEL (2)

µVision

Options — L166L251LX51LA 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.

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

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

See Also

DISABLEWARNING

Example
L166L251LX51LA MYFILE.OBJ WL (1)