зеркало из https://github.com/mozilla/gecko-dev.git
fix uninitialized variable warning (does not correspond to a real bug)
This commit is contained in:
Родитель
8a6fdf912e
Коммит
3c3e38fe29
|
@ -65,7 +65,7 @@ nsresult XPCOMGlueStartup(const char* xpcomFile)
|
|||
#ifdef XPCOM_GLUE_NO_DYNAMIC_LOADING
|
||||
return NS_OK;
|
||||
#else
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
GetFrozenFunctionsFunc function = nsnull;
|
||||
|
||||
xpcomFunctions.version = XPCOM_GLUE_VERSION;
|
||||
|
|
Загрузка…
Ссылка в новой задаче