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

Unused functions

Hi,

I've a basic question about the Keil µVision3 (V3.05e). I would to know if it's possible that the compiler (or linker) show me in the output window (or others views) if there is any function unused in my program. I have a big program and I would quickly check the dead code (if a function is never called).
For now, I'm at warnings level 3 and code optimization level 6 for the compiler, and warnings level 2 for the linker.

Thanks in advance.