diff -r f72906e669b4 -r 206564d58f40 bluetooth/btstack/linkmgr/hostresolver.cpp --- 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 }