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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 31 19:35:11 PDT 2012


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





--- Comment #8 from Byungwoo Lee <bw80.lee at samsung.com>  2012-08-31 19:35:20 PST ---
(In reply to comment #7)
> (From update of attachment 161805 [details])
> 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.

Sorry for my carelessness.
I didn't read the upper part about String::number.

I'll apply those and upload again.
Thanks :)

-- 
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