diff -r 14e240312f6f -r 786b94c6f0a4 bluetoothcommsprofiles/btpan/refBnepPacketNotifier/src/refBnepPacketNotifier.cpp --- a/bluetoothcommsprofiles/btpan/refBnepPacketNotifier/src/refBnepPacketNotifier.cpp Thu Jul 15 19:55:36 2010 +0300 +++ b/bluetoothcommsprofiles/btpan/refBnepPacketNotifier/src/refBnepPacketNotifier.cpp Thu Aug 19 11:01:00 2010 +0300 @@ -82,7 +82,7 @@ devByteCount.iByteCount=0; devByteCount.iTickCount=0; devByteCount.iAddr=aAddr; - iCounter.Append(devByteCount); + (void)iCounter.Append(devByteCount); } void CRefBnepPacketNotifier::MbpnDeviceRemoved(const TBTDevAddr& aAddr)