зеркало из https://github.com/mozilla/gecko-dev.git
tweak rev 1.137 to reduce the population of warnings from 2131 back to 2129
This commit is contained in:
Родитель
1a9aa3db29
Коммит
7918c21eb3
|
@ -1207,10 +1207,10 @@ void nsXULWindow::StaggerPosition(PRInt32 &aRequestedX, PRInt32 &aRequestedY,
|
|||
if (NS_FAILED(rv))
|
||||
return;
|
||||
|
||||
PRInt32 screenTop,
|
||||
screenRight,
|
||||
screenBottom,
|
||||
screenLeft;
|
||||
PRInt32 screenTop = 0, // it's pointless to initialize these ...
|
||||
screenRight = 0, // ... but to prevent oversalubrious and ...
|
||||
screenBottom = 0, // ... underbright compilers from ...
|
||||
screenLeft = 0; // ... issuing warnings.
|
||||
PRBool gotScreen = PR_FALSE;
|
||||
|
||||
{ // fetch screen coordinates
|
||||
|
|
Загрузка…
Ссылка в новой задаче