[Webkit-unassigned] [Bug 95550] Build warning : -Wformat on WebMemorySampler.cpp.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 31 19:10:32 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95550





--- Comment #7 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-08-31 19:10:41 PST ---
(From update of attachment 161805)
View in context: https://bugs.webkit.org/attachment.cgi?id=161805&action=review

> Source/WebKit2/Shared/WebMemorySampler.cpp:178
> +            statString.append(String::format("%lu", static_cast<unsigned long>(memoryStats.values[i])));

As Darin said, please use String::number instead of String::format.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list