I'm getting this warning because two of the 'C' libraries I use define static data that is global in scope. I don't know if they conflict (i.e. overlay each other), or this message is simply telling me the area allocated is now bigger and the static data for each library is separated.
Right now, it does not appear to be a conflict, but I'd like to get a clarification on this, if anyone knows.
Bill