|
| WARNINGLEVEL Linker Directive| Abbreviation | WL | | Arguments | WARNINGLEVEL (level) | | Default | WARNINGLEVEL (2) | | µVision | Options — L166 Misc — Warnings. | | Description | The WARNINGLEVEL directive controls which linker warnings are included in the output based on the specified level: | Level | Description |
|---|
| 0 | Includes very few linker warnings. | | 1 | Includes warnings that result from potentially incorrect code or data-type mismatches. | | 2 | Includes all warnings. This is the default WARNINGLEVEL. |
| | See Also | DISABLEWARNING | | Example |
L166 MYFILE.OBJ WL (1)
|
|
|