This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dissabling specific warnings in C51

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?

Parents
  • Sorry. Forgot the context:

    "... so many output that it could easily hide some other more important warnings simply because you are not going revise 200 warnings each time that you compile."

    Pipe the error output through sed to delete the warnings you don't care about.

Reply
  • Sorry. Forgot the context:

    "... so many output that it could easily hide some other more important warnings simply because you are not going revise 200 warnings each time that you compile."

    Pipe the error output through sed to delete the warnings you don't care about.

Children