voipplugins/voipadapters/cpvoipadapter/src/CWPVoIPAdapter.cpp
branchRCL_3
changeset 12 876a3df1f464
parent 9 bddb6d4447db
child 15 43658d24f35d
equal deleted inserted replaced
11:6134b5029079 12:876a3df1f464
   680             // Codec parameter.    
   680             // Codec parameter.    
   681             else if ( aParameter.Name().Compare( KParmMEDIASUBTYPE ) == 0 
   681             else if ( aParameter.Name().Compare( KParmMEDIASUBTYPE ) == 0 
   682                 && iSetCodec )
   682                 && iSetCodec )
   683                 {
   683                 {
   684                 typedef CWPVoIPCodec CMediaSubType;
   684                 typedef CWPVoIPCodec CMediaSubType;
   685 
   685                 // don't need to check value because of switch-default:
       
   686                 // coverity[check_return] coverity[unchecked_value]
   686                 DescToInt( tmpValue, tIntParameterValue );
   687                 DescToInt( tmpValue, tIntParameterValue );
   687 
   688 
   688                 switch ( tIntParameterValue )
   689                 switch ( tIntParameterValue )
   689                     {
   690                     {
   690                     case CMediaSubType::EAMR:
   691                     case CMediaSubType::EAMR: