We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm trying to disable some disturbing warnings (the generated code is fine; don't worry) but the only I find is the warninglevels (0, 1 or 2).
Is there any directive to disable a specific Warning in the C51 compiler?
David; The simple answer is that the compiler does not support disable of warnings by warning number. Both BX51 and LX51 support disable warnings by warning number. In the dialog Options-LX51 Misc you can insert multiple individual warning numbers each separated by a comma to disable the warning. Bradford