mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 13:04:28 +00:00
Bug 217089 Compiler warnings
patch by mbockelkamp@web.de r=timeless sr=darin
This commit is contained in:
parent
cee28a2e37
commit
2501ca5548
@ -830,7 +830,6 @@ RDFXMLDataSourceImpl::rdfXMLFlush(nsIURI *aURI)
|
||||
}
|
||||
}
|
||||
|
||||
done:
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
@ -101,7 +101,6 @@ NS_IMETHODIMP nsOSHelperAppService::LaunchAppWithTempFile(nsIMIMEInfo * aMIMEInf
|
||||
// we can use this to look up our mime type to see if there is a preferred extension for the mime type.
|
||||
nsresult GetExtensionFromWindowsMimeDatabase(const char * aMimeType, nsCString& aFileExtension)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
HKEY hKey;
|
||||
nsCAutoString mimeDatabaseKey ("MIME\\Database\\Content Type\\");
|
||||
|
||||
@ -122,7 +121,6 @@ nsresult GetExtensionFromWindowsMimeDatabase(const char * aMimeType, nsCString&
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
|
||||
}
|
||||
|
||||
// We have a serious problem!! I have this content type and the windows registry only gives me
|
||||
|
Loading…
x
Reference in New Issue
Block a user