I am having trouble integrating plLint to uVision4. Specifically I cannot stop it complaining about lines in stdio.h, starting with:
extern _ARMABI int remove(const char * /*filename*/) __attribute__((__nonnull__(1)));
I am not clear whether I should be using co-rv.lnt or co-kcarm.lint to handle compiler peculiarities.
Can anyone help please?
Thanks in advance