bearermanagement/S60MCPR/src/s60mpmrequests.cpp
changeset 73 70ee5458c95d
parent 50 6a30cdd10231
--- 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 )