codecoroner
codecoroner copied to clipboard
Any pragma approach to prevent a function from being marked as unused?
Many static analysis tools have ways to explicitly say "don't bother with this" in the code. Is there any way in my code to say "ignore this function please, codecoroner"?
Thanks!