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

How to get rid of Warning 6 from BL51?

I have a program that is using the Large memory model. - I compile without errors, but every time I link, I get the Warning 6, telling me that I have Memory Overlap on my memory mapped IO addresses.

Is there anyone who has a tip of how to get rid of this type of warning ? - I get like 33 identical warnings, one for each memory mapped IO location.

0