This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler: #1181-D #warning directive: No compiler specific solution for __RESTRICT.

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