зеркало из https://github.com/mozilla/gecko-dev.git
Fix rather serious build warning about passing non-POD types to printf. DEBUG-only
This commit is contained in:
Родитель
ba8d7cd017
Коммит
2687d949d4
|
@ -879,7 +879,7 @@ CSSImportantRule::List(FILE* out, PRInt32 aIndent) const
|
|||
// Indent
|
||||
for (PRInt32 index = aIndent; --index >= 0; ) fputs(" ", out);
|
||||
|
||||
fprintf(out, "! Important rule block=%p\n", mImportantBlock);
|
||||
fprintf(out, "! Important rule block=%p\n", mImportantBlock.get());
|
||||
return NS_OK;
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче