Bug 38809
Summary: | Fix build warnings on 64bit debug builds | ||
---|---|---|---|
Product: | WebKit | Reporter: | Laszlo Gombos <laszlo.gombos> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All |
Laszlo Gombos
../../WebCore/platform/sql/SQLiteFileSystem.cpp:76: warning: format ‘%016llx’ expects type ‘long long unsigned int’, but argument 2 has type ‘int64_t’
../../WebCore/platform/sql/SQLiteFileSystem.cpp:79: warning: format ‘%016llx’ expects type ‘long long unsigned int’, but argument 2 has type ‘int64_t’
../../WebCore/loader/icon/IconDatabase.cpp:1637: warning: format ‘%lli’ expects type ‘long long int’, but argument 3 has type ‘long int’
../../WebCore/loader/icon/IconDatabase.cpp:1641: warning: format ‘%lli’ expects type ‘long long int’, but argument 5 has type ‘long int’
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Laszlo Gombos
*** This bug has been marked as a duplicate of bug 46357 ***