Fix a couple of warnings by making callbacks static.

This commit is contained in:
sfraser%netscape.com 1999-01-14 23:37:57 +00:00
Родитель 10008ae720
Коммит 524b4090da
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -40,7 +40,7 @@ nsDOMAttributeMap::nsDOMAttributeMap(nsIContent* aContent)
// we'll be told to drop our reference // we'll be told to drop our reference
} }
PR_CALLBACK PRIntn PR_STATIC_CALLBACK (PRIntn)
RemoveAttributes(PLHashEntry* he, PRIntn i, void* arg) RemoveAttributes(PLHashEntry* he, PRIntn i, void* arg)
{ {
nsIDOMAttr* attr = (nsIDOMAttr*)he->value; nsIDOMAttr* attr = (nsIDOMAttr*)he->value;
@ -58,7 +58,7 @@ RemoveAttributes(PLHashEntry* he, PRIntn i, void* arg)
return HT_ENUMERATE_REMOVE; return HT_ENUMERATE_REMOVE;
} }
PR_CALLBACK PRIntn PR_STATIC_CALLBACK (PRIntn)
DropReferencesInAttributes(PLHashEntry* he, PRIntn i, void* arg) DropReferencesInAttributes(PLHashEntry* he, PRIntn i, void* arg)
{ {
nsDOMAttribute* attr = (nsDOMAttribute*)he->value; nsDOMAttribute* attr = (nsDOMAttribute*)he->value;

Просмотреть файл

@ -40,7 +40,7 @@ nsDOMAttributeMap::nsDOMAttributeMap(nsIContent* aContent)
// we'll be told to drop our reference // we'll be told to drop our reference
} }
PR_CALLBACK PRIntn PR_STATIC_CALLBACK (PRIntn)
RemoveAttributes(PLHashEntry* he, PRIntn i, void* arg) RemoveAttributes(PLHashEntry* he, PRIntn i, void* arg)
{ {
nsIDOMAttr* attr = (nsIDOMAttr*)he->value; nsIDOMAttr* attr = (nsIDOMAttr*)he->value;
@ -58,7 +58,7 @@ RemoveAttributes(PLHashEntry* he, PRIntn i, void* arg)
return HT_ENUMERATE_REMOVE; return HT_ENUMERATE_REMOVE;
} }
PR_CALLBACK PRIntn PR_STATIC_CALLBACK (PRIntn)
DropReferencesInAttributes(PLHashEntry* he, PRIntn i, void* arg) DropReferencesInAttributes(PLHashEntry* he, PRIntn i, void* arg)
{ {
nsDOMAttribute* attr = (nsDOMAttribute*)he->value; nsDOMAttribute* attr = (nsDOMAttribute*)he->value;