зеркало из https://github.com/mozilla/pjs.git
Get rid of warning by using PRUint32s instead of comparing signed and unsigned values.
This commit is contained in:
Родитель
c88e8ce2ad
Коммит
6b419352b7
|
@ -1622,8 +1622,7 @@ nsBookmarksService::getArgumentN(nsISupportsArray *arguments, nsIRDFResource *re
|
|||
PRInt32 offset, nsIRDFResource **argValue)
|
||||
{
|
||||
nsresult rv;
|
||||
PRInt32 loop;
|
||||
PRUint32 numArguments;
|
||||
PRUint32 loop, numArguments;
|
||||
|
||||
*argValue = nsnull;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче