зеркало из https://github.com/mozilla/pjs.git
fix warnings (bug 173286)
This commit is contained in:
Родитель
1a5bf9ea5d
Коммит
7dbaf8bc96
|
@ -147,7 +147,7 @@ NS_IMETHODIMP RemoteURILoadManager::OnStreamComplete(nsIStreamLoader *loader, ns
|
|||
|
||||
// remove the stream loader from the hash table
|
||||
nsStringKey uriKey(loaderContext->GetURI());
|
||||
PRBool removed = mStreamLoaderHash.Remove(&uriKey);
|
||||
mStreamLoaderHash.Remove(&uriKey);
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
|
|
|
@ -231,7 +231,7 @@ static nsresult MakeFaviconURIFromURI(const nsAString& inURIString, nsAString& o
|
|||
{
|
||||
if (mMissedIconsCacheHelper)
|
||||
{
|
||||
nsresult rv = mMissedIconsCacheHelper->PutInCache(NS_ConvertUCS2toUTF8(inURI), inExpSeconds);
|
||||
mMissedIconsCacheHelper->PutInCache(NS_ConvertUCS2toUTF8(inURI), inExpSeconds);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче