bluedroid: avoid compile warnings for set but unused vars

This commit is contained in:
Matthias Ringwald 2016-09-27 12:19:04 +02:00
parent f7f65e655c
commit b58bea6e47

View File

@ -298,7 +298,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
*/
void SBC_Encoder_Init(SBC_ENC_PARAMS *pstrEncParams)
{
UINT16 s16SamplingFreq; /*temp variable to store smpling freq*/
// UINT16 s16SamplingFreq; /*temp variable to store smpling freq*/
SINT16 s16Bitpool; /*to store bit pool value*/
// SINT16 s16BitRate; /*to store bitrate*/
// SINT16 s16FrameLen; /*to store frame length*/