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 am using 5.20 if it matters I have a function that is indirectly called from an array of functions. This function is contained in its own module. When I link, I get the following warning:
WARNING 16: Uncalled Segment, ignored for overlay process segment: ?CO?FACT_CON
static float code ideal_values[LAST_POINT] ={
It seems that you do not directly use the variable in the function. If you want to define the variable using the keyword "_at_" and access it by the pointer you give the address directly, just ignore this warning or put a line as following, somepointer=ideal_values; Sorry for my "cool" English. an Chinese