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.

CSL warning: function declared implicitly

Hi all,

I was trying to use the CSL with ezDSP5515. When I try to build the project, cslVC5505 project it shows four warnings

function declared implicitly

in csl_audioClassAux.h function USB_setConfiguration(devNum,usbSetup->wValue);

in csl_mscAux.h  function USB_setConfiguration(devNum,usbSetup->wValue);

in csl_audioClass.c function  strLen = strlen(pCtrlHandle->strDescr[usbSetup->wValue &CSL_AC_8BIT_MASK]);

in csl_msc.c function strLen = strlen(pCtrlHandle->strDescr[usbSetup->wValue & CSL_MSC_8BIT_MASK]);

But the build process is completed fine.

Will this be affecting the library's functionality.