зеркало из https://github.com/mozilla/gecko-dev.git
add "static" to CreateRobotDialog and CreateSizeDialog to reduce compiler warnings on Macintosh
This commit is contained in:
Родитель
d8e044b8da
Коммит
628c7c5051
|
@ -844,6 +844,7 @@ nsEventStatus PR_CALLBACK HandleRobotEvent(nsGUIEvent *aEvent)
|
|||
//--------------------------------------------
|
||||
//
|
||||
//--------------------------------------------
|
||||
static
|
||||
PRBool CreateRobotDialog(nsIWidget * aParent)
|
||||
{
|
||||
|
||||
|
@ -1217,6 +1218,7 @@ nsEventStatus PR_CALLBACK HandleSiteEvent(nsGUIEvent *aEvent)
|
|||
//-----------------------------------------
|
||||
//--
|
||||
//-----------------------------------------
|
||||
static
|
||||
PRBool CreateSiteDialog(nsIWidget * aParent)
|
||||
{
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче