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.

Suppressing warnings in CCS 4.0

I am compiling an application for the F28335 and I get the following message whenever I use the math.h library:

"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/include/math.h", line 40: warning:

type qualifiers are meaningless in this declaration

double far_frexp(double x, far int *exp);

In CCS 3.3 I suppressed the warning, as I was told to do, using the warning code (225).  However, I cannot find a way to get the warning message number.  Any suggestions?

Also, is there a better way to get rid of this warning?

Thanks!

David Rankin