Tool/software: Code Composer Studio
Hello,
I am compiling code for the A15 on the TDA2xx using the arm gnu tools eabi.
i have a static function which i am currently not using, but even though i have added the __attribute__((unused) i still get a warning on that function that it is not used.
from the tools manual this attribute is supported and should work also for static functions.
the reason i am posting this on a CCS forum is because the warning seems to come from CCS and not from the compiler as even if before i compile this warning pops-up and when i delete it it pops up again after a few seconds/minutes without me ever started compilation. i have worked with this code for a long time and never got this warning but suddenly it started to appear (did not change nay of the tools).
I am currently using CCS version 7.4
I'll appreciate any help/advice/insight for this issue
Thanks
Guy