[Webkit-unassigned] [Bug 43359] [Qt] Fix warnings: unknown conversion type character 'l' in format
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 11 09:20:02 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43359
Csaba Osztrogonac <ossy at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64122| |review?
Flag| |
--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org> 2010-08-11 09:20:02 PST ---
Created an attachment (id=64122)
--> (https://bugs.webkit.org/attachment.cgi?id=64122)
proposed fix #1
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);
--
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