bluetooth/btstack/linkmgr/hostresolver.cpp
changeset 42 206564d58f40
parent 0 29b1cd4cb562
child 48 22de2e391156
child 56 015fa7494bd2
--- a/bluetooth/btstack/linkmgr/hostresolver.cpp	Tue Jul 06 15:33:04 2010 +0300
+++ b/bluetooth/btstack/linkmgr/hostresolver.cpp	Wed Aug 18 10:54:44 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
 		}