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

Warning L13: even after using re entrant keyword with function

Hi,
I have a code where I have used array of a function pointer, which lies in the code area.
I have used OVERLAY in the linker option.
After compiling these code I got warnings for L13 for around 10 functions. To correct that I have used re-entratnt keyword method, with that now I am getting warning with only 3 functions.
Why so different behavior??

Regards,
Dixit