bluetooth/btstack/linkmgr/hostresolver.cpp
changeset 34 9d84592f5036
parent 0 29b1cd4cb562
child 48 22de2e391156
child 56 015fa7494bd2
--- a/bluetooth/btstack/linkmgr/hostresolver.cpp	Mon Jul 12 07:03:47 2010 +0300
+++ b/bluetooth/btstack/linkmgr/hostresolver.cpp	Mon Jul 12 07:06:31 2010 +0300
@@ -2284,7 +2284,7 @@
 		TInquiryCacheAge ageInfo;
 		ageInfo.iIAC = aIAC;
 		ageInfo.iCacheAge = aAge;
-		iCacheAge.Append(ageInfo);
+		(void)iCacheAge.Append(ageInfo);
 		// If we can't append, there's not a lot we can do - we'll just have
 		// to return KMaxTInt when someone asks for the age
 		}