diff -r 0c32cf868819 -r 70ee5458c95d bearermanagement/S60MCPR/src/s60mpmrequests.cpp --- a/bearermanagement/S60MCPR/src/s60mpmrequests.cpp Wed Oct 27 18:01:02 2010 +0300 +++ b/bearermanagement/S60MCPR/src/s60mpmrequests.cpp Thu Oct 28 13:13:30 2010 +0300 @@ -479,7 +479,7 @@ PolicyRequest policydata = PolicyRequest(); policydata.iRequestType = EPolicyRequestConnect; // OK because default granularity is 8 and this is done when first request arrives. - iPolicyRequests.Insert(policydata, 0); + (void) iPolicyRequests.Insert( policydata, 0 ); } S60MCPRLOGSTRING2( "S60MCPR::CMPMPolicyRequests<%x>::IssueRequest() iRequestType %d", this, (TInt)iPolicyRequests[0].iRequestType )