RESOLVED DUPLICATE of bug 46357 38809
Fix build warnings on 64bit debug builds
https://bugs.webkit.org/show_bug.cgi?id=38809
Summary Fix build warnings on 64bit debug builds
Laszlo Gombos
Reported 2010-05-08 20:10:20 PDT
../../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
Laszlo Gombos
Comment 1 2012-09-25 13:04:20 PDT
*** This bug has been marked as a duplicate of bug 46357 ***
Note You need to log in before you can comment on or make changes to this bug.