Keil™, An ARM® Company

Technical Support

BL51: DISABLEWARNING DIRECTIVE


Information in this article applies to:

  • C51 Version 6.01

QUESTION

What does the DISABLEWARNING directive do?

ANSWER

The DISABLEWARNING directive (abbreviated DW) allows you to selectively disable linker warnings by warning number. For example, the following command line:

BL51 myfile.obj DW(1, 2, 3, 4, 5)

disables warning numbers 1, 2, 3, 4, and 5.

SEE ALSO

Last Reviewed: Monday, April 08, 2002


Did this article provide the answer you needed?
 
Yes
No
Not Sure