зеркало из https://github.com/mozilla/gecko-dev.git
clean up warnings in wallet
b=204184 p=timeless r=me sr=bryner
This commit is contained in:
Родитель
229ee709e9
Коммит
ee2299312d
|
@ -2631,7 +2631,7 @@ si_DoDialogIfPrefIsOff(
|
|||
PRUint32 savePassword,
|
||||
DialogType dlg) {
|
||||
|
||||
nsresult res;
|
||||
nsresult res = NS_ERROR_FAILURE;
|
||||
const PRUnichar * prompt_string = dialogTitle;
|
||||
if (dialogTitle == nsnull || !dialogTitle[0]) {
|
||||
prompt_string = Wallet_Localize("PromptForData");
|
||||
|
@ -2664,8 +2664,7 @@ si_DoDialogIfPrefIsOff(
|
|||
#ifdef DEBUG
|
||||
break;
|
||||
default:
|
||||
NS_ASSERTION(PR_FALSE, "Undefined DialogType in si_DoDialogIfPrefIsOff");
|
||||
res = NS_ERROR_FAILURE;
|
||||
NS_ERROR("Undefined DialogType in si_DoDialogIfPrefIsOff");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче