[webkit-reviews] review requested: [Bug 43359] [Qt] Fix warnings: unknown conversion type character 'l' in format : [Attachment 64122] proposed fix #1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 09:20:02 PDT 2010


Csaba Osztrogonac <ossy at webkit.org> has asked  for review:
Bug 43359: [Qt] Fix warnings: unknown conversion type character 'l' in format
https://bugs.webkit.org/show_bug.cgi?id=43359

Attachment 64122: proposed fix #1
https://bugs.webkit.org/attachment.cgi?id=64122&action=review

------- Additional Comments from Csaba Osztrogonac <ossy at webkit.org>
Fix 4 warnings:

JavaScriptCore\wtf\text\WTFString.cpp:404:
return String::format("%lli", n);

JavaScriptCore\wtf\text\WTFString.cpp:413:
return String::format("%llu", n);

WebCore\platform\sql\SQLiteFileSystem.cpp:76:
fileName = pathByAppendingComponent(dbDir, String::format("%016llx.db", seq));

WebCore\platform\sql\SQLiteFileSystem.cpp:79:
return String::format("%016llx.db", seq);


More information about the webkit-reviews mailing list