I was writing a dsp program on 8148 chip. I install the mathlib_rts_c674x_3_1_0_0
in CCS5.2, and include the mathlib_rts.h in a .h file.
but every time I use a dvidp ( or any xxxdp) function ,I got a "function declared implicitly"
warning. It pass the build and create a .out file still.
I look into the mathlib_rts.h file, only some annotation,on function was decliared and
no other file is included.
How to avoid this waring?