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

Linker warning suppression

Hi,

Is there a means of supressing linker generated warnings? I realise they're there for a reason, but this one's deliberate.

I forget the error code, but it's concerned with the location of an interrupt routine within a code bank. It never gets called in a bank switched context, but the routine is copied across to RAM as part of a flash download routine.

Thanks,

David

Parents
  • Beware! I have seen projects where I were called in to rescue where the problem was found easily by removing warning suppressions. While some warnings may be innocent it is very dangerous to disable them (globally).

    I suggest you live with the message rather than suppressing all warnings.

    Erik

Reply
  • Beware! I have seen projects where I were called in to rescue where the problem was found easily by removing warning suppressions. While some warnings may be innocent it is very dangerous to disable them (globally).

    I suggest you live with the message rather than suppressing all warnings.

    Erik

Children