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.

CCS/TMS320F28379D: Unable to suppress warning #30013-D

Part Number: TMS320F28379D


Tool/software: Code Composer Studio

When I build my program I got several warnings of this type:

#30013-D Comparison operation uses integer comparison instruction, which does not operate properly for values that would overflow subtraction. Use --cla_signed_compare_workaround=on to have the compiler work around this issue. Tasques_INV_CLA1.cla /INV_CPU1/Source line 711 C/C++ Problem

I am confident that this will cause no problem on in my application, and therefore I tried to suppress this warning with the compiler options (--diag_suppress=30013), or convert it to a remark (--diag_remark=30013), but neither worked. I configure this commands trough project properties, and they worked correctly with other kind of warning (f. ex. 169), but not this one.

Is there maybe a problem with error numbers so high?

(I use CGT 20.2.1.)