Tool/software: TI C/C++ Compiler
Colleagues,
This compiler message comes up in CCS v7 after trying to include CMSIS-DSP library into an existing project. The project itself is for a TM4C129 part.
The mere
#include "arm_math.h"
will cause that.
I could not find any post related to such "__RESTRICT is ignored" warning. Could anyone shed a light here?
For what is worth, going into CCS Build -> ARM Compiler -> Advanced Options -> Diagnostic Options and checking "Suppress warnings" will shut the warning off (obviously not "fixing the cause").
Regards
Bruno