зеркало из https://github.com/mozilla/pjs.git
fix uninitialized variable warning (does not correspond to a real bug)
This commit is contained in:
Родитель
7727f9784c
Коммит
8cc273cc11
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче